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