pub struct RootComponentDeletionIntent {
pub final_inventory: RootComponentFinalInventory,
pub quiescence: RootComponentQuiescentReceipt,
pub prepared_at_ns: u64,
}Expand description
RootComponentDeletionIntent
Complete final-inventory and quiescence authority frozen before top-level deletion.
Fields§
§final_inventory: RootComponentFinalInventory§quiescence: RootComponentQuiescentReceipt§prepared_at_ns: u64Trait Implementations§
Source§impl Clone for RootComponentDeletionIntent
impl Clone for RootComponentDeletionIntent
Source§fn clone(&self) -> RootComponentDeletionIntent
fn clone(&self) -> RootComponentDeletionIntent
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 RootComponentDeletionIntent
impl Debug for RootComponentDeletionIntent
Source§impl<'de> Deserialize<'de> for RootComponentDeletionIntent
impl<'de> Deserialize<'de> for RootComponentDeletionIntent
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 RootComponentDeletionIntent
impl StructuralPartialEq for RootComponentDeletionIntent
Auto Trait Implementations§
impl Freeze for RootComponentDeletionIntent
impl RefUnwindSafe for RootComponentDeletionIntent
impl Send for RootComponentDeletionIntent
impl Sync for RootComponentDeletionIntent
impl Unpin for RootComponentDeletionIntent
impl UnsafeUnpin for RootComponentDeletionIntent
impl UnwindSafe for RootComponentDeletionIntent
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