Struct Mutedetr
#[repr(transparent)]pub struct Mutedetr(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Mutedetr
impl Ord for Mutedetr
§impl PartialOrd for Mutedetr
impl PartialOrd for Mutedetr
impl Copy for Mutedetr
impl Eq for Mutedetr
impl StructuralPartialEq for Mutedetr
Auto Trait Implementations§
impl Freeze for Mutedetr
impl RefUnwindSafe for Mutedetr
impl Send for Mutedetr
impl Sync for Mutedetr
impl Unpin for Mutedetr
impl UnwindSafe for Mutedetr
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