pub enum HandlingAppLifecycleEvent {
InitializeApp,
CleanUpBeforeExit,
}Variants§
Trait Implementations§
Source§impl Clone for HandlingAppLifecycleEvent
impl Clone for HandlingAppLifecycleEvent
Source§fn clone(&self) -> HandlingAppLifecycleEvent
fn clone(&self) -> HandlingAppLifecycleEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HandlingAppLifecycleEvent
impl Debug for HandlingAppLifecycleEvent
Source§impl Hash for HandlingAppLifecycleEvent
impl Hash for HandlingAppLifecycleEvent
impl Eq for HandlingAppLifecycleEvent
impl StructuralPartialEq for HandlingAppLifecycleEvent
Auto Trait Implementations§
impl Freeze for HandlingAppLifecycleEvent
impl RefUnwindSafe for HandlingAppLifecycleEvent
impl Send for HandlingAppLifecycleEvent
impl Sync for HandlingAppLifecycleEvent
impl Unpin for HandlingAppLifecycleEvent
impl UnsafeUnpin for HandlingAppLifecycleEvent
impl UnwindSafe for HandlingAppLifecycleEvent
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