pub enum ClassName<'tree> {
Name(Box<Name<'tree>>),
PrefixId(Box<PrefixId<'tree>>),
PrefixList(Box<PrefixList<'tree>>),
Unit(Box<Unit<'tree>>),
}Variants§
Name(Box<Name<'tree>>)
PrefixId(Box<PrefixId<'tree>>)
PrefixList(Box<PrefixList<'tree>>)
Unit(Box<Unit<'tree>>)
Trait Implementations§
impl<'tree> Eq for ClassName<'tree>
impl<'tree> StructuralPartialEq for ClassName<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ClassName<'tree>
impl<'tree> RefUnwindSafe for ClassName<'tree>
impl<'tree> Send for ClassName<'tree>
impl<'tree> Sync for ClassName<'tree>
impl<'tree> Unpin for ClassName<'tree>
impl<'tree> UnsafeUnpin for ClassName<'tree>
impl<'tree> UnwindSafe for ClassName<'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