pub enum RootComponentQuiescencePhase {
StopIntent(RootComponentQuiescenceStopIntent),
Quiescent(RootComponentQuiescentReceipt),
}Expand description
RootComponentQuiescencePhase
Monotonic progress from pre-effect stop authority to observed quiescence.
Variants§
StopIntent(RootComponentQuiescenceStopIntent)
Quiescent(RootComponentQuiescentReceipt)
Trait Implementations§
Source§impl Clone for RootComponentQuiescencePhase
impl Clone for RootComponentQuiescencePhase
Source§fn clone(&self) -> RootComponentQuiescencePhase
fn clone(&self) -> RootComponentQuiescencePhase
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 moreSource§impl Debug for RootComponentQuiescencePhase
impl Debug for RootComponentQuiescencePhase
Source§impl<'de> Deserialize<'de> for RootComponentQuiescencePhase
impl<'de> Deserialize<'de> for RootComponentQuiescencePhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RootComponentQuiescencePhase
impl StructuralPartialEq for RootComponentQuiescencePhase
Auto Trait Implementations§
impl Freeze for RootComponentQuiescencePhase
impl RefUnwindSafe for RootComponentQuiescencePhase
impl Send for RootComponentQuiescencePhase
impl Sync for RootComponentQuiescencePhase
impl Unpin for RootComponentQuiescencePhase
impl UnsafeUnpin for RootComponentQuiescencePhase
impl UnwindSafe for RootComponentQuiescencePhase
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