pub struct FleetSubnetRootFinalInventoryRequest {
pub operation_id: [u8; 32],
pub expected_registry: FleetRegistryVersion,
}Expand description
FleetSubnetRootFinalInventoryRequest
Controller command freezing one exact terminal root-local inventory.
Fields§
§operation_id: [u8; 32]§expected_registry: FleetRegistryVersionTrait Implementations§
Source§impl Clone for FleetSubnetRootFinalInventoryRequest
impl Clone for FleetSubnetRootFinalInventoryRequest
Source§fn clone(&self) -> FleetSubnetRootFinalInventoryRequest
fn clone(&self) -> FleetSubnetRootFinalInventoryRequest
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 moreSource§impl<'de> Deserialize<'de> for FleetSubnetRootFinalInventoryRequest
impl<'de> Deserialize<'de> for FleetSubnetRootFinalInventoryRequest
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 FleetSubnetRootFinalInventoryRequest
impl StructuralPartialEq for FleetSubnetRootFinalInventoryRequest
Auto Trait Implementations§
impl Freeze for FleetSubnetRootFinalInventoryRequest
impl RefUnwindSafe for FleetSubnetRootFinalInventoryRequest
impl Send for FleetSubnetRootFinalInventoryRequest
impl Sync for FleetSubnetRootFinalInventoryRequest
impl Unpin for FleetSubnetRootFinalInventoryRequest
impl UnsafeUnpin for FleetSubnetRootFinalInventoryRequest
impl UnwindSafe for FleetSubnetRootFinalInventoryRequest
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