pub struct IncludeCompilerDirectiveDoubleQuote {
    pub nodes: (Symbol, Keyword, StringLiteral),
}Fields§
§nodes: (Symbol, Keyword, StringLiteral)Trait Implementations§
Source§impl Clone for IncludeCompilerDirectiveDoubleQuote
 
impl Clone for IncludeCompilerDirectiveDoubleQuote
Source§fn clone(&self) -> IncludeCompilerDirectiveDoubleQuote
 
fn clone(&self) -> IncludeCompilerDirectiveDoubleQuote
Returns a duplicate 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 moreSource§impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNode<'a>
 
impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNode<'a>
Source§fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> Self
 
fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNodes<'a>
 
impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNodes<'a>
Source§fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> Self
 
fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> Self
Converts to this type from the input type.
Source§impl From<IncludeCompilerDirectiveDoubleQuote> for AnyNode
 
impl From<IncludeCompilerDirectiveDoubleQuote> for AnyNode
Source§fn from(x: IncludeCompilerDirectiveDoubleQuote) -> Self
 
fn from(x: IncludeCompilerDirectiveDoubleQuote) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a IncludeCompilerDirectiveDoubleQuote
 
impl<'a> IntoIterator for &'a IncludeCompilerDirectiveDoubleQuote
Source§impl<'a> Node<'a> for IncludeCompilerDirectiveDoubleQuote
 
impl<'a> Node<'a> for IncludeCompilerDirectiveDoubleQuote
Source§impl PartialEq for IncludeCompilerDirectiveDoubleQuote
 
impl PartialEq for IncludeCompilerDirectiveDoubleQuote
Source§fn eq(&self, other: &IncludeCompilerDirectiveDoubleQuote) -> bool
 
fn eq(&self, other: &IncludeCompilerDirectiveDoubleQuote) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a IncludeCompilerDirectiveDoubleQuote> for Locate
 
impl<'a> TryFrom<&'a IncludeCompilerDirectiveDoubleQuote> for Locate
impl StructuralPartialEq for IncludeCompilerDirectiveDoubleQuote
Auto Trait Implementations§
impl Freeze for IncludeCompilerDirectiveDoubleQuote
impl RefUnwindSafe for IncludeCompilerDirectiveDoubleQuote
impl Send for IncludeCompilerDirectiveDoubleQuote
impl Sync for IncludeCompilerDirectiveDoubleQuote
impl Unpin for IncludeCompilerDirectiveDoubleQuote
impl UnwindSafe for IncludeCompilerDirectiveDoubleQuote
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