Enum entmet_lib::entities::entity::BeeState
source · #[repr(u8)]pub enum BeeState {
IsAngry = 2,
HasStung = 4,
HasNectar = 8,
}Expand description
The different states that a be can be in
Variants§
Trait Implementations§
source§impl PartialEq for BeeState
impl PartialEq for BeeState
impl Eq for BeeState
impl StructuralPartialEq for BeeState
Auto Trait Implementations§
impl Freeze for BeeState
impl RefUnwindSafe for BeeState
impl Send for BeeState
impl Sync for BeeState
impl Unpin for BeeState
impl UnwindSafe for BeeState
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