Enum planus_cli::cst::AttributeKind [−][src]
pub enum AttributeKind<'input> {
Ident(IdentToken<'input>),
String(StringLiteral<'input>),
}Variants
Ident(IdentToken<'input>)
Tuple Fields
0: IdentToken<'input>String(StringLiteral<'input>)
Tuple Fields
0: StringLiteral<'input>Implementations
Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for AttributeKind<'input>
impl<'input> Send for AttributeKind<'input>
impl<'input> Sync for AttributeKind<'input>
impl<'input> Unpin for AttributeKind<'input>
impl<'input> UnwindSafe for AttributeKind<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
