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