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