Struct proxmox_api::nodes::node::storage::storage::content::VerificationGetOutputItemsVerification
source · pub struct VerificationGetOutputItemsVerification {
pub state: String,
pub upid: String,
pub additional_properties: HashMap<String, Value>,
}Fields§
§state: StringLast backup verification state.
upid: StringLast backup verification UPID.
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
source§impl Clone for VerificationGetOutputItemsVerification
impl Clone for VerificationGetOutputItemsVerification
source§fn clone(&self) -> VerificationGetOutputItemsVerification
fn clone(&self) -> VerificationGetOutputItemsVerification
Returns a copy of the value. Read more
1.0.0 · 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 VerificationGetOutputItemsVerification
impl<'de> Deserialize<'de> for VerificationGetOutputItemsVerification
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
Auto Trait Implementations§
impl Freeze for VerificationGetOutputItemsVerification
impl RefUnwindSafe for VerificationGetOutputItemsVerification
impl Send for VerificationGetOutputItemsVerification
impl Sync for VerificationGetOutputItemsVerification
impl Unpin for VerificationGetOutputItemsVerification
impl UnwindSafe for VerificationGetOutputItemsVerification
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