pub struct NoReason;Expand description
No reason as a reset reason.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoReason
impl RefUnwindSafe for NoReason
impl Send for NoReason
impl Sync for NoReason
impl Unpin for NoReason
impl UnsafeUnpin for NoReason
impl UnwindSafe for NoReason
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