pub struct RootComponentFinalInventory {
pub registry: ComponentRegistryHead,
pub descendant_content_hash: [u8; 32],
pub registry_encoded_bytes: u64,
pub directory_synchronized_at_ns: u64,
pub covered_fleet_registry_revision: u64,
pub covered_fleet_registry_content_hash: [u8; 32],
pub directory_authority_hash: [u8; 32],
pub inventory_hash: [u8; 32],
pub finalized_at_ns: u64,
}Expand description
RootComponentFinalInventory
Exact empty Component Registry and current Fleet Directory authority frozen before deletion.
Fields§
§registry: ComponentRegistryHead§descendant_content_hash: [u8; 32]§registry_encoded_bytes: u64§directory_synchronized_at_ns: u64§covered_fleet_registry_revision: u64§covered_fleet_registry_content_hash: [u8; 32]§inventory_hash: [u8; 32]§finalized_at_ns: u64Trait Implementations§
Source§impl Clone for RootComponentFinalInventory
impl Clone for RootComponentFinalInventory
Source§fn clone(&self) -> RootComponentFinalInventory
fn clone(&self) -> RootComponentFinalInventory
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 Debug for RootComponentFinalInventory
impl Debug for RootComponentFinalInventory
Source§impl<'de> Deserialize<'de> for RootComponentFinalInventory
impl<'de> Deserialize<'de> for RootComponentFinalInventory
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 RootComponentFinalInventory
impl StructuralPartialEq for RootComponentFinalInventory
Auto Trait Implementations§
impl Freeze for RootComponentFinalInventory
impl RefUnwindSafe for RootComponentFinalInventory
impl Send for RootComponentFinalInventory
impl Sync for RootComponentFinalInventory
impl Unpin for RootComponentFinalInventory
impl UnsafeUnpin for RootComponentFinalInventory
impl UnwindSafe for RootComponentFinalInventory
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