pub struct FleetComponentSynchronizationRootProgress {
pub fleet_subnet_root: Principal,
pub affected_component_count: u32,
pub synchronized_component_count: u32,
pub complete: bool,
}Expand description
Exact affected-service synchronization cursor copied from passive Coordinator status.
Fields§
§fleet_subnet_root: Principal§affected_component_count: u32§synchronized_component_count: u32§complete: boolTrait Implementations§
impl Copy for FleetComponentSynchronizationRootProgress
Source§impl<'de> Deserialize<'de> for FleetComponentSynchronizationRootProgress
impl<'de> Deserialize<'de> for FleetComponentSynchronizationRootProgress
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 FleetComponentSynchronizationRootProgress
impl StructuralPartialEq for FleetComponentSynchronizationRootProgress
Auto Trait Implementations§
impl Freeze for FleetComponentSynchronizationRootProgress
impl RefUnwindSafe for FleetComponentSynchronizationRootProgress
impl Send for FleetComponentSynchronizationRootProgress
impl Sync for FleetComponentSynchronizationRootProgress
impl Unpin for FleetComponentSynchronizationRootProgress
impl UnsafeUnpin for FleetComponentSynchronizationRootProgress
impl UnwindSafe for FleetComponentSynchronizationRootProgress
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