Struct planus_cli::ast::Identifier [−][src]
pub struct Identifier {
pub span: Span,
pub value: RawIdentifier,
}Fields
span: Spanvalue: RawIdentifierTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Unpin for Identifier
impl UnwindSafe for Identifier
Blanket Implementations
Mutably borrows from an owned value. Read more
