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