pub struct FleetComponentActivationRootProgress {
pub fleet_subnet_root: Principal,
pub component_count: u32,
pub activated_component_count: u32,
pub root_runtime_active: bool,
}Expand description
Exact root-local runtime-activation cursor copied from passive Coordinator status.
Fields§
§fleet_subnet_root: Principal§component_count: u32§activated_component_count: u32§root_runtime_active: boolTrait Implementations§
Source§impl Clone for FleetComponentActivationRootProgress
impl Clone for FleetComponentActivationRootProgress
Source§fn clone(&self) -> FleetComponentActivationRootProgress
fn clone(&self) -> FleetComponentActivationRootProgress
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 FleetComponentActivationRootProgress
Source§impl<'de> Deserialize<'de> for FleetComponentActivationRootProgress
impl<'de> Deserialize<'de> for FleetComponentActivationRootProgress
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 FleetComponentActivationRootProgress
impl StructuralPartialEq for FleetComponentActivationRootProgress
Auto Trait Implementations§
impl Freeze for FleetComponentActivationRootProgress
impl RefUnwindSafe for FleetComponentActivationRootProgress
impl Send for FleetComponentActivationRootProgress
impl Sync for FleetComponentActivationRootProgress
impl Unpin for FleetComponentActivationRootProgress
impl UnsafeUnpin for FleetComponentActivationRootProgress
impl UnwindSafe for FleetComponentActivationRootProgress
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