pub enum ClassName<'tree> {
Constant(Box<Constant<'tree>>),
ScopeResolution(Box<ScopeResolution<'tree>>),
}Variants§
Trait Implementations§
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