Struct planus_cli::cst::NamespaceDeclaration [−][src]
pub struct NamespaceDeclaration<'input> {
pub keyword: SimpleToken<'input>,
pub namespace: NamespacePath<'input>,
pub semicolon: SimpleToken<'input>,
}Fields
keyword: SimpleToken<'input>namespace: NamespacePath<'input>semicolon: SimpleToken<'input>Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for NamespaceDeclaration<'input>
impl<'input> Send for NamespaceDeclaration<'input>
impl<'input> Sync for NamespaceDeclaration<'input>
impl<'input> Unpin for NamespaceDeclaration<'input>
impl<'input> UnwindSafe for NamespaceDeclaration<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
