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