pub enum PreprocIfdefChildren<'tree> {
Show 14 variants
Declaration(Box<Declaration<'tree>>),
Enumerator(Box<Enumerator<'tree>>),
FieldDeclaration(Box<FieldDeclaration<'tree>>),
FunctionDefinition(Box<FunctionDefinition<'tree>>),
LinkageSpecification(Box<LinkageSpecification<'tree>>),
PreprocCall(Box<PreprocCall<'tree>>),
PreprocDef(Box<PreprocDef<'tree>>),
PreprocFunctionDef(Box<PreprocFunctionDef<'tree>>),
PreprocIf(Box<PreprocIf<'tree>>),
PreprocIfdef(Box<PreprocIfdef<'tree>>),
PreprocInclude(Box<PreprocInclude<'tree>>),
Statement(Box<Statement<'tree>>),
TypeDefinition(Box<TypeDefinition<'tree>>),
TypeSpecifier(Box<TypeSpecifier<'tree>>),
}Variants§
Declaration(Box<Declaration<'tree>>)
Enumerator(Box<Enumerator<'tree>>)
FieldDeclaration(Box<FieldDeclaration<'tree>>)
FunctionDefinition(Box<FunctionDefinition<'tree>>)
LinkageSpecification(Box<LinkageSpecification<'tree>>)
PreprocCall(Box<PreprocCall<'tree>>)
PreprocDef(Box<PreprocDef<'tree>>)
PreprocFunctionDef(Box<PreprocFunctionDef<'tree>>)
PreprocIf(Box<PreprocIf<'tree>>)
PreprocIfdef(Box<PreprocIfdef<'tree>>)
PreprocInclude(Box<PreprocInclude<'tree>>)
Statement(Box<Statement<'tree>>)
TypeDefinition(Box<TypeDefinition<'tree>>)
TypeSpecifier(Box<TypeSpecifier<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for PreprocIfdefChildren<'tree>
impl<'tree> Clone for PreprocIfdefChildren<'tree>
Source§fn clone(&self) -> PreprocIfdefChildren<'tree>
fn clone(&self) -> PreprocIfdefChildren<'tree>
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<'tree> Debug for PreprocIfdefChildren<'tree>
impl<'tree> Debug for PreprocIfdefChildren<'tree>
Source§impl<'tree> FromNode<'tree> for PreprocIfdefChildren<'tree>
impl<'tree> FromNode<'tree> for PreprocIfdefChildren<'tree>
Source§impl<'tree> PartialEq for PreprocIfdefChildren<'tree>
impl<'tree> PartialEq for PreprocIfdefChildren<'tree>
Source§impl Spanned for PreprocIfdefChildren<'_>
impl Spanned for PreprocIfdefChildren<'_>
impl<'tree> Eq for PreprocIfdefChildren<'tree>
impl<'tree> StructuralPartialEq for PreprocIfdefChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PreprocIfdefChildren<'tree>
impl<'tree> RefUnwindSafe for PreprocIfdefChildren<'tree>
impl<'tree> Send for PreprocIfdefChildren<'tree>
impl<'tree> Sync for PreprocIfdefChildren<'tree>
impl<'tree> Unpin for PreprocIfdefChildren<'tree>
impl<'tree> UnsafeUnpin for PreprocIfdefChildren<'tree>
impl<'tree> UnwindSafe for PreprocIfdefChildren<'tree>
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