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