pub struct RootComponentInstallRequest {
pub operation_id: [u8; 32],
}Expand description
RootComponentInstallRequest
Controller command continuing one already created top-level Component operation.
Fields§
§operation_id: [u8; 32]Trait Implementations§
Source§impl Clone for RootComponentInstallRequest
impl Clone for RootComponentInstallRequest
Source§fn clone(&self) -> RootComponentInstallRequest
fn clone(&self) -> RootComponentInstallRequest
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 RootComponentInstallRequest
Source§impl Debug for RootComponentInstallRequest
impl Debug for RootComponentInstallRequest
Source§impl<'de> Deserialize<'de> for RootComponentInstallRequest
impl<'de> Deserialize<'de> for RootComponentInstallRequest
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 RootComponentInstallRequest
impl StructuralPartialEq for RootComponentInstallRequest
Auto Trait Implementations§
impl Freeze for RootComponentInstallRequest
impl RefUnwindSafe for RootComponentInstallRequest
impl Send for RootComponentInstallRequest
impl Sync for RootComponentInstallRequest
impl Unpin for RootComponentInstallRequest
impl UnsafeUnpin for RootComponentInstallRequest
impl UnwindSafe for RootComponentInstallRequest
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