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