pub struct BucketDetail {Show 16 fields
pub name: String,
pub location: String,
pub creation_date: String,
pub extranet_endpoint: String,
pub intranet_endpoint: String,
pub region: String,
pub storage_class: String,
pub data_redundancy_type: String,
pub access_monitor: String,
pub block_public_access: bool,
pub transfer_acceleration: String,
pub cross_region_replication: String,
pub resource_group_id: Option<String>,
pub comment: Option<String>,
pub versioning: Option<String>,
pub owner: Owner,
}Expand description
Bucket detail information
Fields§
§name: String§location: String§creation_date: String§extranet_endpoint: String§intranet_endpoint: String§region: String§storage_class: String§data_redundancy_type: String§access_monitor: String§block_public_access: bool§transfer_acceleration: String§cross_region_replication: String§resource_group_id: Option<String>§comment: Option<String>§versioning: Option<String>§owner: OwnerTrait Implementations§
Source§impl Clone for BucketDetail
impl Clone for BucketDetail
Source§fn clone(&self) -> BucketDetail
fn clone(&self) -> BucketDetail
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 Debug for BucketDetail
impl Debug for BucketDetail
Source§impl Default for BucketDetail
impl Default for BucketDetail
Source§fn default() -> BucketDetail
fn default() -> BucketDetail
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BucketDetail
impl<'de> Deserialize<'de> for BucketDetail
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 BucketDetail
impl RefUnwindSafe for BucketDetail
impl Send for BucketDetail
impl Sync for BucketDetail
impl Unpin for BucketDetail
impl UnwindSafe for BucketDetail
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