Enum syntax::parse::parser::LhsExpr[][src]

pub enum LhsExpr {
    NotYetParsed,
    AttributesParsed(ThinVec<Attribute>),
    AlreadyParsed(P<Expr>),
}

Variants

Trait Implementations

impl Debug for LhsExpr
[src]

Formats the value using the given formatter. Read more

impl From<Option<ThinVec<Attribute>>> for LhsExpr
[src]

Performs the conversion.

impl From<P<Expr>> for LhsExpr
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for LhsExpr

impl !Sync for LhsExpr