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