Struct syn::ExprReference [−][src]
pub struct ExprReference { /* fields omitted */ }A referencing operation: &a or &mut a.
This type is available only if Syn is built with the "full" feature.
Trait Implementations
impl From<ExprReference> for Expr[src]
impl From<ExprReference> for Expr[src]fn from(e: ExprReference) -> Expr[src]
impl ToTokens for ExprReference[src]
impl ToTokens for ExprReference[src]