Struct planus_cli::cst::NamespacePathSegment [−][src]
pub struct NamespacePathSegment<'input> {
pub span: Span,
pub ident: IdentToken<'input>,
pub period: SimpleToken<'input>,
}Fields
span: Spanident: IdentToken<'input>period: SimpleToken<'input>Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for NamespacePathSegment<'input>
impl<'input> Send for NamespacePathSegment<'input>
impl<'input> Sync for NamespacePathSegment<'input>
impl<'input> Unpin for NamespacePathSegment<'input>
impl<'input> UnwindSafe for NamespacePathSegment<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
