pub struct RootComponentAllocationRequest {
pub operation_id: [u8; 32],
pub component_spec: ComponentSpecId,
}Expand description
RootComponentAllocationRequest
Controller command naming one idempotent top-level Component reservation intent.
Fields§
§operation_id: [u8; 32]§component_spec: ComponentSpecIdTrait Implementations§
Source§impl Clone for RootComponentAllocationRequest
impl Clone for RootComponentAllocationRequest
Source§fn clone(&self) -> RootComponentAllocationRequest
fn clone(&self) -> RootComponentAllocationRequest
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 moreSource§impl<'de> Deserialize<'de> for RootComponentAllocationRequest
impl<'de> Deserialize<'de> for RootComponentAllocationRequest
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 RootComponentAllocationRequest
impl StructuralPartialEq for RootComponentAllocationRequest
Auto Trait Implementations§
impl Freeze for RootComponentAllocationRequest
impl RefUnwindSafe for RootComponentAllocationRequest
impl Send for RootComponentAllocationRequest
impl Sync for RootComponentAllocationRequest
impl Unpin for RootComponentAllocationRequest
impl UnsafeUnpin for RootComponentAllocationRequest
impl UnwindSafe for RootComponentAllocationRequest
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