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