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