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