pub enum ResetEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetEvent
impl RefUnwindSafe for ResetEvent
impl Send for ResetEvent
impl Sync for ResetEvent
impl Unpin for ResetEvent
impl UnwindSafe for ResetEvent
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