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