pub struct RootComponentInitialInventoryStatus {
pub fleet_activation_operation_id: [u8; 32],
pub component_count: u32,
pub inventory_hash: [u8; 32],
pub sealed_at_ns: u64,
pub directories_converged: bool,
pub root_runtime_activated: bool,
}Expand description
RootComponentInitialInventoryStatus
Durable initial Component inventory sealed for one Fleet Subnet Root activation.
Fields§
§fleet_activation_operation_id: [u8; 32]§component_count: u32§inventory_hash: [u8; 32]§sealed_at_ns: u64§directories_converged: bool§root_runtime_activated: boolTrait Implementations§
Source§impl Clone for RootComponentInitialInventoryStatus
impl Clone for RootComponentInitialInventoryStatus
Source§fn clone(&self) -> RootComponentInitialInventoryStatus
fn clone(&self) -> RootComponentInitialInventoryStatus
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 RootComponentInitialInventoryStatus
Source§impl<'de> Deserialize<'de> for RootComponentInitialInventoryStatus
impl<'de> Deserialize<'de> for RootComponentInitialInventoryStatus
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 RootComponentInitialInventoryStatus
impl StructuralPartialEq for RootComponentInitialInventoryStatus
Auto Trait Implementations§
impl Freeze for RootComponentInitialInventoryStatus
impl RefUnwindSafe for RootComponentInitialInventoryStatus
impl Send for RootComponentInitialInventoryStatus
impl Sync for RootComponentInitialInventoryStatus
impl Unpin for RootComponentInitialInventoryStatus
impl UnsafeUnpin for RootComponentInitialInventoryStatus
impl UnwindSafe for RootComponentInitialInventoryStatus
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