pub enum Instinct {
Perceive,
Navigate,
Survive,
Communicate,
Learn,
Share,
Rest,
Explore,
Defend,
Cooperate,
}Variants§
Trait Implementations§
impl Copy for Instinct
impl Eq for Instinct
impl StructuralPartialEq for Instinct
Auto Trait Implementations§
impl Freeze for Instinct
impl RefUnwindSafe for Instinct
impl Send for Instinct
impl Sync for Instinct
impl Unpin for Instinct
impl UnsafeUnpin for Instinct
impl UnwindSafe for Instinct
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