pub struct UpdateLongTermRetentionBackupParametersProperties {
pub requested_backup_storage_redundancy: Option<RequestedBackupStorageRedundancy>,
}Expand description
Contains the properties to perform long term retention backup copy operation.
Fields§
§requested_backup_storage_redundancy: Option<RequestedBackupStorageRedundancy>The storage redundancy type of the copied backup
Implementations§
Trait Implementations§
Source§impl Clone for UpdateLongTermRetentionBackupParametersProperties
impl Clone for UpdateLongTermRetentionBackupParametersProperties
Source§fn clone(&self) -> UpdateLongTermRetentionBackupParametersProperties
fn clone(&self) -> UpdateLongTermRetentionBackupParametersProperties
Returns a duplicate 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 Default for UpdateLongTermRetentionBackupParametersProperties
impl Default for UpdateLongTermRetentionBackupParametersProperties
Source§fn default() -> UpdateLongTermRetentionBackupParametersProperties
fn default() -> UpdateLongTermRetentionBackupParametersProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateLongTermRetentionBackupParametersProperties
impl<'de> Deserialize<'de> for UpdateLongTermRetentionBackupParametersProperties
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
Source§impl PartialEq for UpdateLongTermRetentionBackupParametersProperties
impl PartialEq for UpdateLongTermRetentionBackupParametersProperties
Source§fn eq(&self, other: &UpdateLongTermRetentionBackupParametersProperties) -> bool
fn eq(&self, other: &UpdateLongTermRetentionBackupParametersProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateLongTermRetentionBackupParametersProperties
Auto Trait Implementations§
impl Freeze for UpdateLongTermRetentionBackupParametersProperties
impl RefUnwindSafe for UpdateLongTermRetentionBackupParametersProperties
impl Send for UpdateLongTermRetentionBackupParametersProperties
impl Sync for UpdateLongTermRetentionBackupParametersProperties
impl Unpin for UpdateLongTermRetentionBackupParametersProperties
impl UnwindSafe for UpdateLongTermRetentionBackupParametersProperties
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