#[repr(u8)]pub enum BeeEnable {
BEE_ENABLE_0 = 0,
BEE_ENABLE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for BeeEnable
impl Ord for BeeEnable
Source§impl PartialOrd for BeeEnable
impl PartialOrd for BeeEnable
impl Copy for BeeEnable
impl Eq for BeeEnable
impl StructuralPartialEq for BeeEnable
Auto Trait Implementations§
impl Freeze for BeeEnable
impl RefUnwindSafe for BeeEnable
impl Send for BeeEnable
impl Sync for BeeEnable
impl Unpin for BeeEnable
impl UnwindSafe for BeeEnable
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