pub struct RootComponentFinalInventoryResponse {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
pub inventory: RootComponentFinalInventory,
}Expand description
RootComponentFinalInventoryResponse
Response-idempotent receipt for one finalized empty Component inventory.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceId§inventory: RootComponentFinalInventoryTrait Implementations§
Source§impl Clone for RootComponentFinalInventoryResponse
impl Clone for RootComponentFinalInventoryResponse
Source§fn clone(&self) -> RootComponentFinalInventoryResponse
fn clone(&self) -> RootComponentFinalInventoryResponse
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 RootComponentFinalInventoryResponse
impl<'de> Deserialize<'de> for RootComponentFinalInventoryResponse
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 RootComponentFinalInventoryResponse
impl StructuralPartialEq for RootComponentFinalInventoryResponse
Auto Trait Implementations§
impl Freeze for RootComponentFinalInventoryResponse
impl RefUnwindSafe for RootComponentFinalInventoryResponse
impl Send for RootComponentFinalInventoryResponse
impl Sync for RootComponentFinalInventoryResponse
impl Unpin for RootComponentFinalInventoryResponse
impl UnsafeUnpin for RootComponentFinalInventoryResponse
impl UnwindSafe for RootComponentFinalInventoryResponse
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