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