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