pub enum TopLevelSymbol {
TypeDef,
KeywordDef,
Struct,
DClass,
}Variants§
Trait Implementations§
Source§impl PartialEq for TopLevelSymbol
impl PartialEq for TopLevelSymbol
impl StructuralPartialEq for TopLevelSymbol
Auto Trait Implementations§
impl Freeze for TopLevelSymbol
impl RefUnwindSafe for TopLevelSymbol
impl Send for TopLevelSymbol
impl Sync for TopLevelSymbol
impl Unpin for TopLevelSymbol
impl UnwindSafe for TopLevelSymbol
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