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