pub struct RootComponentFinalInventoryRequest {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
pub expected_registry: ComponentRegistryHead,
}Expand description
RootComponentFinalInventoryRequest
Controller command freezing one exact empty draining Component inventory.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceId§expected_registry: ComponentRegistryHeadTrait Implementations§
Source§impl Clone for RootComponentFinalInventoryRequest
impl Clone for RootComponentFinalInventoryRequest
Source§fn clone(&self) -> RootComponentFinalInventoryRequest
fn clone(&self) -> RootComponentFinalInventoryRequest
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 RootComponentFinalInventoryRequest
impl<'de> Deserialize<'de> for RootComponentFinalInventoryRequest
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 RootComponentFinalInventoryRequest
impl StructuralPartialEq for RootComponentFinalInventoryRequest
Auto Trait Implementations§
impl Freeze for RootComponentFinalInventoryRequest
impl RefUnwindSafe for RootComponentFinalInventoryRequest
impl Send for RootComponentFinalInventoryRequest
impl Sync for RootComponentFinalInventoryRequest
impl Unpin for RootComponentFinalInventoryRequest
impl UnsafeUnpin for RootComponentFinalInventoryRequest
impl UnwindSafe for RootComponentFinalInventoryRequest
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