pub enum TopNode {
Module(ModuleId),
Nature(NatureId),
Discipline(DisciplineId),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopNode
impl RefUnwindSafe for TopNode
impl Send for TopNode
impl Sync for TopNode
impl Unpin for TopNode
impl UnwindSafe for TopNode
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