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