Struct syn::ExprReference
source · pub struct ExprReference { /* private fields */ }Expand description
A referencing operation: &a or &mut a.
This type is available only if Syn is built with the "full" feature.
Trait Implementations§
source§impl From<ExprReference> for Expr
impl From<ExprReference> for Expr
source§fn from(e: ExprReference) -> Expr
fn from(e: ExprReference) -> Expr
Converts to this type from the input type.