Enum syntax::parse::parser::LhsExpr
[−]
[src]
pub enum LhsExpr { NotYetParsed, AttributesParsed(ThinVec<Attribute>), AlreadyParsed(P<Expr>), }
Variants
NotYetParsed
AttributesParsed(ThinVec<Attribute>)
AlreadyParsed(P<Expr>)
Trait Implementations
impl Debug for LhsExpr
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more