pub struct FleetSubnetRootFinalInventoryResponse {Show 19 fields
pub operation_id: [u8; 32],
pub fleet_subnet_root: Principal,
pub placement_subnet: SubnetId,
pub registry: FleetRegistryVersion,
pub component_topology_digest: ComponentTopologyDigest,
pub active_release_set: FleetSubnetRootReleaseSet,
pub next_allocation_sequence: u64,
pub removed_component_instances: u32,
pub terminal_component_history_hash: [u8; 32],
pub root_registry_encoded_bytes: u64,
pub wasm_store: Principal,
pub wasm_store_catalog_hash: [u8; 32],
pub wasm_store_catalog_entries: u32,
pub wasm_store_occupied_bytes: u64,
pub wasm_store_template_count: u32,
pub wasm_store_release_count: u32,
pub wasm_store_gc_prepared_at_secs: u64,
pub finalized_at_ns: u64,
pub inventory_hash: [u8; 32],
}Expand description
FleetSubnetRootFinalInventoryResponse
Exact terminal Component history and retained write-fenced Store authority.
Fields§
§operation_id: [u8; 32]§fleet_subnet_root: Principal§placement_subnet: SubnetId§registry: FleetRegistryVersion§component_topology_digest: ComponentTopologyDigest§active_release_set: FleetSubnetRootReleaseSet§next_allocation_sequence: u64§removed_component_instances: u32§terminal_component_history_hash: [u8; 32]§root_registry_encoded_bytes: u64§wasm_store: Principal§wasm_store_catalog_hash: [u8; 32]§wasm_store_catalog_entries: u32§wasm_store_occupied_bytes: u64§wasm_store_template_count: u32§wasm_store_release_count: u32§wasm_store_gc_prepared_at_secs: u64§finalized_at_ns: u64§inventory_hash: [u8; 32]Trait Implementations§
Source§impl Clone for FleetSubnetRootFinalInventoryResponse
impl Clone for FleetSubnetRootFinalInventoryResponse
Source§fn clone(&self) -> FleetSubnetRootFinalInventoryResponse
fn clone(&self) -> FleetSubnetRootFinalInventoryResponse
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<'de> Deserialize<'de> for FleetSubnetRootFinalInventoryResponse
impl<'de> Deserialize<'de> for FleetSubnetRootFinalInventoryResponse
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 FleetSubnetRootFinalInventoryResponse
impl StructuralPartialEq for FleetSubnetRootFinalInventoryResponse
Auto Trait Implementations§
impl Freeze for FleetSubnetRootFinalInventoryResponse
impl RefUnwindSafe for FleetSubnetRootFinalInventoryResponse
impl Send for FleetSubnetRootFinalInventoryResponse
impl Sync for FleetSubnetRootFinalInventoryResponse
impl Unpin for FleetSubnetRootFinalInventoryResponse
impl UnsafeUnpin for FleetSubnetRootFinalInventoryResponse
impl UnwindSafe for FleetSubnetRootFinalInventoryResponse
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