pub struct RootComponentChildInstallRequest {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
}Expand description
RootComponentChildInstallRequest
Parent command installing and verifying one already created direct-child operation.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceIdTrait Implementations§
Source§impl Clone for RootComponentChildInstallRequest
impl Clone for RootComponentChildInstallRequest
Source§fn clone(&self) -> RootComponentChildInstallRequest
fn clone(&self) -> RootComponentChildInstallRequest
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 RootComponentChildInstallRequest
Source§impl<'de> Deserialize<'de> for RootComponentChildInstallRequest
impl<'de> Deserialize<'de> for RootComponentChildInstallRequest
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 RootComponentChildInstallRequest
impl StructuralPartialEq for RootComponentChildInstallRequest
Auto Trait Implementations§
impl Freeze for RootComponentChildInstallRequest
impl RefUnwindSafe for RootComponentChildInstallRequest
impl Send for RootComponentChildInstallRequest
impl Sync for RootComponentChildInstallRequest
impl Unpin for RootComponentChildInstallRequest
impl UnsafeUnpin for RootComponentChildInstallRequest
impl UnwindSafe for RootComponentChildInstallRequest
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