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