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