Struct syn::ExprReference [−][src]
pub struct ExprReference { /* fields omitted */ }
Expand description
A referencing operation: &a
or &mut a
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprReference
impl !Send for ExprReference
impl !Sync for ExprReference
impl Unpin for ExprReference
impl UnwindSafe for ExprReference