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