pub enum U8 {}
Trait Implementations§
Source§impl Ord for U8
impl Ord for U8
Source§impl PartialOrd for U8
impl PartialOrd for U8
Source§impl StringFormat for U8
impl StringFormat for U8
impl Eq for U8
impl StructuralPartialEq for U8
Auto Trait Implementations§
impl Freeze for U8
impl RefUnwindSafe for U8
impl Send for U8
impl Sync for U8
impl Unpin for U8
impl UnwindSafe for U8
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