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