pub struct FleetSubnetRootStoreReclamationRequest {
pub operation_id: [u8; 32],
pub expected_final_inventory_hash: [u8; 32],
}Expand description
FleetSubnetRootStoreReclamationRequest
Controller command reclaiming the retained Store after exact logical root removal.
Fields§
§operation_id: [u8; 32]§expected_final_inventory_hash: [u8; 32]Trait Implementations§
Source§impl Clone for FleetSubnetRootStoreReclamationRequest
impl Clone for FleetSubnetRootStoreReclamationRequest
Source§fn clone(&self) -> FleetSubnetRootStoreReclamationRequest
fn clone(&self) -> FleetSubnetRootStoreReclamationRequest
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 FleetSubnetRootStoreReclamationRequest
Source§impl<'de> Deserialize<'de> for FleetSubnetRootStoreReclamationRequest
impl<'de> Deserialize<'de> for FleetSubnetRootStoreReclamationRequest
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 FleetSubnetRootStoreReclamationRequest
impl StructuralPartialEq for FleetSubnetRootStoreReclamationRequest
Auto Trait Implementations§
impl Freeze for FleetSubnetRootStoreReclamationRequest
impl RefUnwindSafe for FleetSubnetRootStoreReclamationRequest
impl Send for FleetSubnetRootStoreReclamationRequest
impl Sync for FleetSubnetRootStoreReclamationRequest
impl Unpin for FleetSubnetRootStoreReclamationRequest
impl UnsafeUnpin for FleetSubnetRootStoreReclamationRequest
impl UnwindSafe for FleetSubnetRootStoreReclamationRequest
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