pub enum PreprocElifdefChildren<'tree> {
Show 24 variants
AccessSpecifier(Box<AccessSpecifier<'tree>>),
AliasDeclaration(Box<AliasDeclaration<'tree>>),
ConceptDefinition(Box<ConceptDefinition<'tree>>),
Declaration(Box<Declaration<'tree>>),
Enumerator(Box<Enumerator<'tree>>),
FieldDeclaration(Box<FieldDeclaration<'tree>>),
FriendDeclaration(Box<FriendDeclaration<'tree>>),
FunctionDefinition(Box<FunctionDefinition<'tree>>),
LinkageSpecification(Box<LinkageSpecification<'tree>>),
NamespaceAliasDefinition(Box<NamespaceAliasDefinition<'tree>>),
NamespaceDefinition(Box<NamespaceDefinition<'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>>),
StaticAssertDeclaration(Box<StaticAssertDeclaration<'tree>>),
TemplateDeclaration(Box<TemplateDeclaration<'tree>>),
TemplateInstantiation(Box<TemplateInstantiation<'tree>>),
TypeDefinition(Box<TypeDefinition<'tree>>),
TypeSpecifier(Box<TypeSpecifier<'tree>>),
UsingDeclaration(Box<UsingDeclaration<'tree>>),
}Variants§
AccessSpecifier(Box<AccessSpecifier<'tree>>)
AliasDeclaration(Box<AliasDeclaration<'tree>>)
ConceptDefinition(Box<ConceptDefinition<'tree>>)
Declaration(Box<Declaration<'tree>>)
Enumerator(Box<Enumerator<'tree>>)
FieldDeclaration(Box<FieldDeclaration<'tree>>)
FriendDeclaration(Box<FriendDeclaration<'tree>>)
FunctionDefinition(Box<FunctionDefinition<'tree>>)
LinkageSpecification(Box<LinkageSpecification<'tree>>)
NamespaceAliasDefinition(Box<NamespaceAliasDefinition<'tree>>)
NamespaceDefinition(Box<NamespaceDefinition<'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>>)
StaticAssertDeclaration(Box<StaticAssertDeclaration<'tree>>)
TemplateDeclaration(Box<TemplateDeclaration<'tree>>)
TemplateInstantiation(Box<TemplateInstantiation<'tree>>)
TypeDefinition(Box<TypeDefinition<'tree>>)
TypeSpecifier(Box<TypeSpecifier<'tree>>)
UsingDeclaration(Box<UsingDeclaration<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for PreprocElifdefChildren<'tree>
impl<'tree> Clone for PreprocElifdefChildren<'tree>
Source§fn clone(&self) -> PreprocElifdefChildren<'tree>
fn clone(&self) -> PreprocElifdefChildren<'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 PreprocElifdefChildren<'tree>
impl<'tree> Debug for PreprocElifdefChildren<'tree>
Source§impl<'tree> FromNode<'tree> for PreprocElifdefChildren<'tree>
impl<'tree> FromNode<'tree> for PreprocElifdefChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PreprocElifdefChildren<'tree>
impl<'tree> RefUnwindSafe for PreprocElifdefChildren<'tree>
impl<'tree> Send for PreprocElifdefChildren<'tree>
impl<'tree> Sync for PreprocElifdefChildren<'tree>
impl<'tree> Unpin for PreprocElifdefChildren<'tree>
impl<'tree> UnsafeUnpin for PreprocElifdefChildren<'tree>
impl<'tree> UnwindSafe for PreprocElifdefChildren<'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