pub struct RootComponentAllocationStatusRequest {
pub operation_id: [u8; 32],
}Expand description
RootComponentAllocationStatusRequest
Read-only lookup key for one durable top-level Component allocation operation.
Fields§
§operation_id: [u8; 32]Trait Implementations§
Source§impl Clone for RootComponentAllocationStatusRequest
impl Clone for RootComponentAllocationStatusRequest
Source§fn clone(&self) -> RootComponentAllocationStatusRequest
fn clone(&self) -> RootComponentAllocationStatusRequest
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 RootComponentAllocationStatusRequest
Source§impl<'de> Deserialize<'de> for RootComponentAllocationStatusRequest
impl<'de> Deserialize<'de> for RootComponentAllocationStatusRequest
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 RootComponentAllocationStatusRequest
impl StructuralPartialEq for RootComponentAllocationStatusRequest
Auto Trait Implementations§
impl Freeze for RootComponentAllocationStatusRequest
impl RefUnwindSafe for RootComponentAllocationStatusRequest
impl Send for RootComponentAllocationStatusRequest
impl Sync for RootComponentAllocationStatusRequest
impl Unpin for RootComponentAllocationStatusRequest
impl UnsafeUnpin for RootComponentAllocationStatusRequest
impl UnwindSafe for RootComponentAllocationStatusRequest
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