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