pub enum LifecycleTimeoutStage {
ComponentStart,
RequestDrain,
ComponentShutdown,
PostDriverFinalization,
}Variants§
Trait Implementations§
Source§impl Clone for LifecycleTimeoutStage
impl Clone for LifecycleTimeoutStage
Source§fn clone(&self) -> LifecycleTimeoutStage
fn clone(&self) -> LifecycleTimeoutStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LifecycleTimeoutStage
Source§impl Debug for LifecycleTimeoutStage
impl Debug for LifecycleTimeoutStage
impl Eq for LifecycleTimeoutStage
Source§impl PartialEq for LifecycleTimeoutStage
impl PartialEq for LifecycleTimeoutStage
impl StructuralPartialEq for LifecycleTimeoutStage
Auto Trait Implementations§
impl Freeze for LifecycleTimeoutStage
impl RefUnwindSafe for LifecycleTimeoutStage
impl Send for LifecycleTimeoutStage
impl Sync for LifecycleTimeoutStage
impl Unpin for LifecycleTimeoutStage
impl UnsafeUnpin for LifecycleTimeoutStage
impl UnwindSafe for LifecycleTimeoutStage
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