pub enum NoUnit {
no_unit,
}Variants§
no_unit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoUnit
impl RefUnwindSafe for NoUnit
impl Send for NoUnit
impl Sync for NoUnit
impl Unpin for NoUnit
impl UnwindSafe for NoUnit
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