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