Struct backblaze_b2::raw::authorize::B2Credentials [] [src]

pub struct B2Credentials {
    pub id: String,
    pub key: String,
}

Fields

Methods

impl B2Credentials
[src]

Trait Implementations

impl Debug for B2Credentials
[src]

Formats the value using the given formatter.

impl Clone for B2Credentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HeaderFormat for B2Credentials
[src]

Format a header to be output into a TcpStream. Read more

impl Header for B2Credentials
[src]

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more