pub struct OnStartEvent {}Expand description
Invoked during application startup before database initialization
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnStartEvent
impl RefUnwindSafe for OnStartEvent
impl Send for OnStartEvent
impl Sync for OnStartEvent
impl Unpin for OnStartEvent
impl UnwindSafe for OnStartEvent
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more