pub struct NoopReset;Expand description
Does nothing when resetting an object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopReset
impl RefUnwindSafe for NoopReset
impl Send for NoopReset
impl Sync for NoopReset
impl Unpin for NoopReset
impl UnwindSafe for NoopReset
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