pub struct MyUnit;Expand description
No size type, API compliant consistency.
Trait Implementations§
Source§impl DelayTaskHandler for MyUnit
impl DelayTaskHandler for MyUnit
impl Copy for MyUnit
impl StructuralPartialEq for MyUnit
Auto Trait Implementations§
impl Freeze for MyUnit
impl RefUnwindSafe for MyUnit
impl Send for MyUnit
impl Sync for MyUnit
impl Unpin for MyUnit
impl UnwindSafe for MyUnit
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