Struct backblaze_b2::raw::upload::UploadAuthorization [] [src]

pub struct UploadAuthorization {
    pub bucket_id: String,
    pub upload_url: String,
    pub authorization_token: String,
}

The b2 website specifies that you may not upload to the same url in parallel. Therefore this type is not Sync

Fields

Methods

impl UploadAuthorization
[src]

impl UploadAuthorization
[src]

Some arguments are String, since the hyper headers require Strings

Trait Implementations

impl Clone for UploadAuthorization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UploadAuthorization
[src]

Formats the value using the given formatter.