Struct backblaze_b2::raw::buckets::Bucket [] [src]

pub struct Bucket<InfoType = JsonValue> {
    pub account_id: String,
    pub bucket_id: String,
    pub bucket_name: String,
    pub bucket_type: BucketType,
    pub bucket_info: InfoType,
    pub lifecycle_rules: Vec<LifecycleRule>,
    pub revision: u32,
}

This function contains various information about a backblaze bucket.

Fields

Trait Implementations

impl<InfoType: Debug> Debug for Bucket<InfoType>
[src]

Formats the value using the given formatter.

impl<InfoType: Clone> Clone for Bucket<InfoType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more