Struct syn::ExprInPlace [−][src]
A placement expression: place <- value
.
This type is available if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
place: Box<Expr>
arrow_token: LArrow
value: Box<Expr>
Trait Implementations
impl ToTokens for ExprInPlace
[src]
[+]
impl ToTokens for ExprInPlace
impl Clone for ExprInPlace
[src]
[+]
impl Clone for ExprInPlace
impl From<ExprInPlace> for Expr
[src]
[+]
impl From<ExprInPlace> for Expr
Auto Trait Implementations
impl !Send for ExprInPlace
impl !Send for ExprInPlace
impl !Sync for ExprInPlace
impl !Sync for ExprInPlace