Enum backblaze_b2::raw::buckets::BucketType [] [src]

pub enum BucketType {
    Public,
    Private,
    Snapshot,
}

Variants

Methods

impl BucketType
[src]

Trait Implementations

impl Debug for BucketType
[src]

Formats the value using the given formatter.

impl Clone for BucketType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BucketType
[src]

impl Eq for BucketType
[src]

impl PartialEq for BucketType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for BucketType
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for BucketType
[src]

Serialize this value into the given Serde serializer. Read more