pub struct ClusterBackupBarmanObjectStoreAzureCredentials {
pub connection_string: Option<ClusterBackupBarmanObjectStoreAzureCredentialsConnectionString>,
pub inherit_from_azure_ad: Option<bool>,
pub storage_account: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageAccount>,
pub storage_key: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageKey>,
pub storage_sas_token: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageSasToken>,
}Fields§
§connection_string: Option<ClusterBackupBarmanObjectStoreAzureCredentialsConnectionString>§inherit_from_azure_ad: Option<bool>§storage_account: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageAccount>§storage_key: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageKey>§storage_sas_token: Option<ClusterBackupBarmanObjectStoreAzureCredentialsStorageSasToken>Trait Implementations§
source§impl Clone for ClusterBackupBarmanObjectStoreAzureCredentials
impl Clone for ClusterBackupBarmanObjectStoreAzureCredentials
source§fn clone(&self) -> ClusterBackupBarmanObjectStoreAzureCredentials
fn clone(&self) -> ClusterBackupBarmanObjectStoreAzureCredentials
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 Default for ClusterBackupBarmanObjectStoreAzureCredentials
impl Default for ClusterBackupBarmanObjectStoreAzureCredentials
source§fn default() -> ClusterBackupBarmanObjectStoreAzureCredentials
fn default() -> ClusterBackupBarmanObjectStoreAzureCredentials
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ClusterBackupBarmanObjectStoreAzureCredentials
impl<'de> Deserialize<'de> for ClusterBackupBarmanObjectStoreAzureCredentials
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 RefUnwindSafe for ClusterBackupBarmanObjectStoreAzureCredentials
impl Send for ClusterBackupBarmanObjectStoreAzureCredentials
impl Sync for ClusterBackupBarmanObjectStoreAzureCredentials
impl Unpin for ClusterBackupBarmanObjectStoreAzureCredentials
impl UnwindSafe for ClusterBackupBarmanObjectStoreAzureCredentials
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