pub enum ComponentRuntimePhase {
AwaitingDirectory,
DirectoryPrepared,
Active,
}Expand description
ComponentRuntimePhase
Target-local progress from installation through Component runtime activation.
Variants§
Trait Implementations§
Source§impl CandidType for ComponentRuntimePhase
impl CandidType for ComponentRuntimePhase
Source§impl Clone for ComponentRuntimePhase
impl Clone for ComponentRuntimePhase
Source§fn clone(&self) -> ComponentRuntimePhase
fn clone(&self) -> ComponentRuntimePhase
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 ComponentRuntimePhase
Source§impl Debug for ComponentRuntimePhase
impl Debug for ComponentRuntimePhase
Source§impl<'de> Deserialize<'de> for ComponentRuntimePhase
impl<'de> Deserialize<'de> for ComponentRuntimePhase
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 ComponentRuntimePhase
Source§impl PartialEq for ComponentRuntimePhase
impl PartialEq for ComponentRuntimePhase
Source§impl Serialize for ComponentRuntimePhase
impl Serialize for ComponentRuntimePhase
impl StructuralPartialEq for ComponentRuntimePhase
Auto Trait Implementations§
impl Freeze for ComponentRuntimePhase
impl RefUnwindSafe for ComponentRuntimePhase
impl Send for ComponentRuntimePhase
impl Sync for ComponentRuntimePhase
impl Unpin for ComponentRuntimePhase
impl UnsafeUnpin for ComponentRuntimePhase
impl UnwindSafe for ComponentRuntimePhase
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