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