pub struct AwsBackupBucketProperties {
pub bucket_path: String,
pub bucket_provider: AwsBackupBucketPropertiesBucketprovider,
pub iam_role_arn: String,
pub iam_role_session_name: String,
}Expand description
AwsBackupBucketProperties from the ClickHouse Cloud API.
Fields§
§bucket_path: String§bucket_provider: AwsBackupBucketPropertiesBucketprovider§iam_role_arn: String§iam_role_session_name: StringTrait Implementations§
Source§impl Clone for AwsBackupBucketProperties
impl Clone for AwsBackupBucketProperties
Source§fn clone(&self) -> AwsBackupBucketProperties
fn clone(&self) -> AwsBackupBucketProperties
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 Debug for AwsBackupBucketProperties
impl Debug for AwsBackupBucketProperties
Source§impl Default for AwsBackupBucketProperties
impl Default for AwsBackupBucketProperties
Source§fn default() -> AwsBackupBucketProperties
fn default() -> AwsBackupBucketProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AwsBackupBucketProperties
impl<'de> Deserialize<'de> for AwsBackupBucketProperties
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 AwsBackupBucketProperties
impl PartialEq for AwsBackupBucketProperties
Source§fn eq(&self, other: &AwsBackupBucketProperties) -> bool
fn eq(&self, other: &AwsBackupBucketProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsBackupBucketProperties
Auto Trait Implementations§
impl Freeze for AwsBackupBucketProperties
impl RefUnwindSafe for AwsBackupBucketProperties
impl Send for AwsBackupBucketProperties
impl Sync for AwsBackupBucketProperties
impl Unpin for AwsBackupBucketProperties
impl UnsafeUnpin for AwsBackupBucketProperties
impl UnwindSafe for AwsBackupBucketProperties
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