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