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