pub struct IfndefDirective {
    pub nodes: (Symbol, Keyword, TextMacroIdentifier, IfndefGroupOfLines, Vec<(Symbol, Keyword, TextMacroIdentifier, ElsifGroupOfLines)>, Option<(Symbol, Keyword, ElseGroupOfLines)>, Symbol, Keyword),
}Fields§
§nodes: (Symbol, Keyword, TextMacroIdentifier, IfndefGroupOfLines, Vec<(Symbol, Keyword, TextMacroIdentifier, ElsifGroupOfLines)>, Option<(Symbol, Keyword, ElseGroupOfLines)>, Symbol, Keyword)Trait Implementations§
Source§impl Clone for IfndefDirective
 
impl Clone for IfndefDirective
Source§fn clone(&self) -> IfndefDirective
 
fn clone(&self) -> IfndefDirective
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 Debug for IfndefDirective
 
impl Debug for IfndefDirective
Source§impl<'a> From<&'a IfndefDirective> for RefNode<'a>
 
impl<'a> From<&'a IfndefDirective> for RefNode<'a>
Source§fn from(x: &'a IfndefDirective) -> RefNode<'a>
 
fn from(x: &'a IfndefDirective) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a IfndefDirective> for RefNodes<'a>
 
impl<'a> From<&'a IfndefDirective> for RefNodes<'a>
Source§fn from(x: &'a IfndefDirective) -> RefNodes<'a>
 
fn from(x: &'a IfndefDirective) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<IfndefDirective> for AnyNode
 
impl From<IfndefDirective> for AnyNode
Source§fn from(x: IfndefDirective) -> AnyNode
 
fn from(x: IfndefDirective) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a IfndefDirective
 
impl<'a> IntoIterator for &'a IfndefDirective
Source§impl PartialEq for IfndefDirective
 
impl PartialEq for IfndefDirective
Source§impl<'a> TryFrom<&'a IfndefDirective> for Locate
 
impl<'a> TryFrom<&'a IfndefDirective> for Locate
Source§impl TryFrom<AnyNode> for IfndefDirective
 
impl TryFrom<AnyNode> for IfndefDirective
Source§impl TryFrom<IfndefDirective> for Locate
 
impl TryFrom<IfndefDirective> for Locate
impl StructuralPartialEq for IfndefDirective
Auto Trait Implementations§
impl Freeze for IfndefDirective
impl RefUnwindSafe for IfndefDirective
impl Send for IfndefDirective
impl Sync for IfndefDirective
impl Unpin for IfndefDirective
impl UnwindSafe for IfndefDirective
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