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