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