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§
Source§impl Clone for FleetComponentSynchronizationRootProgress
impl Clone for FleetComponentSynchronizationRootProgress
Source§fn clone(&self) -> FleetComponentSynchronizationRootProgress
fn clone(&self) -> FleetComponentSynchronizationRootProgress
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 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