pub struct ContextRecreatedEventHandler { /* private fields */ }
Expand description
Context is recreated after having been previously lost */
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextRecreatedEventHandler
impl !RefUnwindSafe for ContextRecreatedEventHandler
impl !Send for ContextRecreatedEventHandler
impl !Sync for ContextRecreatedEventHandler
impl Unpin for ContextRecreatedEventHandler
impl !UnwindSafe for ContextRecreatedEventHandler
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