pub struct _8;
Expand description
This denotes the number 8
Trait Implementations§
impl Copy for _8
impl HexAssertEqual<_8> for _8
Auto Trait Implementations§
impl Freeze for _8
impl RefUnwindSafe for _8
impl Send for _8
impl Sync for _8
impl Unpin for _8
impl UnwindSafe for _8
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