pub enum ClassSpecifierChildren<'tree> {
AlignasQualifier(Box<AlignasQualifier<'tree>>),
AttributeDeclaration(Box<AttributeDeclaration<'tree>>),
AttributeSpecifier(Box<AttributeSpecifier<'tree>>),
BaseClassClause(Box<BaseClassClause<'tree>>),
MsDeclspecModifier(Box<MsDeclspecModifier<'tree>>),
VirtualSpecifier(Box<VirtualSpecifier<'tree>>),
}Variants§
AlignasQualifier(Box<AlignasQualifier<'tree>>)
AttributeDeclaration(Box<AttributeDeclaration<'tree>>)
AttributeSpecifier(Box<AttributeSpecifier<'tree>>)
BaseClassClause(Box<BaseClassClause<'tree>>)
MsDeclspecModifier(Box<MsDeclspecModifier<'tree>>)
VirtualSpecifier(Box<VirtualSpecifier<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for ClassSpecifierChildren<'tree>
impl<'tree> Clone for ClassSpecifierChildren<'tree>
Source§fn clone(&self) -> ClassSpecifierChildren<'tree>
fn clone(&self) -> ClassSpecifierChildren<'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 ClassSpecifierChildren<'tree>
impl<'tree> Debug for ClassSpecifierChildren<'tree>
Source§impl<'tree> FromNode<'tree> for ClassSpecifierChildren<'tree>
impl<'tree> FromNode<'tree> for ClassSpecifierChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ClassSpecifierChildren<'tree>
impl<'tree> RefUnwindSafe for ClassSpecifierChildren<'tree>
impl<'tree> Send for ClassSpecifierChildren<'tree>
impl<'tree> Sync for ClassSpecifierChildren<'tree>
impl<'tree> Unpin for ClassSpecifierChildren<'tree>
impl<'tree> UnsafeUnpin for ClassSpecifierChildren<'tree>
impl<'tree> UnwindSafe for ClassSpecifierChildren<'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