pub enum NatureParentType {
Nature,
DisciplineFlow,
DisciplinePotential,
}Variants§
Auto Trait Implementations§
impl Freeze for NatureParentType
impl RefUnwindSafe for NatureParentType
impl Send for NatureParentType
impl Sync for NatureParentType
impl Unpin for NatureParentType
impl UnsafeUnpin for NatureParentType
impl UnwindSafe for NatureParentType
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