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§
Source§impl<'input> Clone for NativeIncludeDeclaration<'input>
impl<'input> Clone for NativeIncludeDeclaration<'input>
Source§fn clone(&self) -> NativeIncludeDeclaration<'input>
fn clone(&self) -> NativeIncludeDeclaration<'input>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'input> Freeze for NativeIncludeDeclaration<'input>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more