pub struct FleetSubnetRootStoreReclamationResponse {Show 14 fields
pub operation_id: [u8; 32],
pub fleet_subnet_root: Principal,
pub wasm_store: Principal,
pub final_inventory_hash: [u8; 32],
pub reclaimed_store_bytes: u64,
pub reclaimed_catalog_entries: u32,
pub reclaimed_template_count: u32,
pub reclaimed_release_count: u32,
pub gc_prepared_at_secs: u64,
pub gc_started_at_secs: u64,
pub gc_completed_at_secs: u64,
pub gc_runs_completed: u32,
pub completed_at_ns: u64,
pub reclamation_hash: [u8; 32],
}Expand description
FleetSubnetRootStoreReclamationResponse
Durable proof that the logically removed root’s retained Store completed exact GC.
Fields§
§operation_id: [u8; 32]§fleet_subnet_root: Principal§wasm_store: Principal§final_inventory_hash: [u8; 32]§reclaimed_store_bytes: u64§reclaimed_catalog_entries: u32§reclaimed_template_count: u32§reclaimed_release_count: u32§gc_prepared_at_secs: u64§gc_started_at_secs: u64§gc_completed_at_secs: u64§gc_runs_completed: u32§completed_at_ns: u64§reclamation_hash: [u8; 32]Trait Implementations§
Source§impl Clone for FleetSubnetRootStoreReclamationResponse
impl Clone for FleetSubnetRootStoreReclamationResponse
Source§fn clone(&self) -> FleetSubnetRootStoreReclamationResponse
fn clone(&self) -> FleetSubnetRootStoreReclamationResponse
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 FleetSubnetRootStoreReclamationResponse
impl<'de> Deserialize<'de> for FleetSubnetRootStoreReclamationResponse
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 FleetSubnetRootStoreReclamationResponse
impl StructuralPartialEq for FleetSubnetRootStoreReclamationResponse
Auto Trait Implementations§
impl Freeze for FleetSubnetRootStoreReclamationResponse
impl RefUnwindSafe for FleetSubnetRootStoreReclamationResponse
impl Send for FleetSubnetRootStoreReclamationResponse
impl Sync for FleetSubnetRootStoreReclamationResponse
impl Unpin for FleetSubnetRootStoreReclamationResponse
impl UnsafeUnpin for FleetSubnetRootStoreReclamationResponse
impl UnwindSafe for FleetSubnetRootStoreReclamationResponse
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