pub struct Unit(/* private fields */);Implementations§
Trait Implementations§
impl StructuralPartialEq for HUnit
Auto Trait Implementations§
impl Freeze for HUnit
impl RefUnwindSafe for HUnit
impl Send for HUnit
impl Sync for HUnit
impl Unpin for HUnit
impl UnwindSafe for HUnit
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