pub struct UnitF { /* private fields */ }Expand description
Implementations§
Trait Implementations§
impl Copy for UnitF
impl StructuralPartialEq for UnitF
Auto Trait Implementations§
impl Freeze for UnitF
impl RefUnwindSafe for UnitF
impl Send for UnitF
impl Sync for UnitF
impl Unpin for UnitF
impl UnwindSafe for UnitF
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