pub struct UnitStrategy;Trait Implementations§
Source§impl Clone for UnitStrategy
impl Clone for UnitStrategy
Auto Trait Implementations§
impl Freeze for UnitStrategy
impl RefUnwindSafe for UnitStrategy
impl Send for UnitStrategy
impl Sync for UnitStrategy
impl Unpin for UnitStrategy
impl UnsafeUnpin for UnitStrategy
impl UnwindSafe for UnitStrategy
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