pub struct IncludeStatement {
pub nodes: (Keyword, FilePathSpec, Symbol),
}Fields
nodes: (Keyword, FilePathSpec, Symbol)Trait Implementations
sourceimpl Clone for IncludeStatement
impl Clone for IncludeStatement
sourcefn clone(&self) -> IncludeStatement
fn clone(&self) -> IncludeStatement
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IncludeStatement
impl Debug for IncludeStatement
sourceimpl<'a> From<&'a IncludeStatement> for RefNode<'a>
impl<'a> From<&'a IncludeStatement> for RefNode<'a>
sourcefn from(x: &'a IncludeStatement) -> Self
fn from(x: &'a IncludeStatement) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a IncludeStatement> for RefNodes<'a>
impl<'a> From<&'a IncludeStatement> for RefNodes<'a>
sourcefn from(x: &'a IncludeStatement) -> Self
fn from(x: &'a IncludeStatement) -> Self
Converts to this type from the input type.
sourceimpl From<IncludeStatement> for AnyNode
impl From<IncludeStatement> for AnyNode
sourcefn from(x: IncludeStatement) -> Self
fn from(x: IncludeStatement) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a IncludeStatement
impl<'a> IntoIterator for &'a IncludeStatement
sourceimpl PartialEq<IncludeStatement> for IncludeStatement
impl PartialEq<IncludeStatement> for IncludeStatement
sourcefn eq(&self, other: &IncludeStatement) -> bool
fn eq(&self, other: &IncludeStatement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &IncludeStatement) -> bool
fn ne(&self, other: &IncludeStatement) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a IncludeStatement> for Locate
impl<'a> TryFrom<&'a IncludeStatement> for Locate
sourceimpl TryFrom<AnyNode> for IncludeStatement
impl TryFrom<AnyNode> for IncludeStatement
sourceimpl TryFrom<IncludeStatement> for Locate
impl TryFrom<IncludeStatement> for Locate
impl StructuralPartialEq for IncludeStatement
Auto Trait Implementations
impl RefUnwindSafe for IncludeStatement
impl Send for IncludeStatement
impl Sync for IncludeStatement
impl Unpin for IncludeStatement
impl UnwindSafe for IncludeStatement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more