Struct aster::expr::ExprStructPathBuilder
[−]
[src]
pub struct ExprStructPathBuilder<F> {
// some fields omitted
}pub struct ExprStructPathBuilder<F> {
// some fields omitted
}impl<F> ExprStructPathBuilder<F> where F: Invoke<P<Expr>>fn span(self, span: Span) -> Selffn with_fields<I>(self, iter: I) -> Self where I: IntoIterator<Item=Field>fn with_id_exprs<I>(self, iter: I) -> Self where I: IntoIterator<Item=(Ident, P<Expr>)>fn field<I>(self, id: I) -> ExprBuilder<ExprStructFieldBuilder<I, F>> where I: ToIdentfn build_with(self) -> ExprBuilder<Self>fn build(self) -> F::Resultimpl<F> Invoke<P<Expr>> for ExprStructPathBuilder<F> where F: Invoke<P<Expr>>