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