Struct syn::ExprAssign [−][src]
pub struct ExprAssign { /* fields omitted */ }
Expand description
An assignment expression: a = compute()
.
This type is available only if Syn is built with the "full"
feature.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ExprAssign
impl !Send for ExprAssign
impl !Sync for ExprAssign
impl Unpin for ExprAssign
impl UnwindSafe for ExprAssign