Enum oauthcli::SignatureMethod [] [src]

pub enum SignatureMethod {
    HmacSha1,
    Plaintext,
}

Available oauth_signature_method types.

Variants

HMAC-SHA1

PLAINTEXT

Trait Implementations

impl Clone for SignatureMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SignatureMethod
[src]

impl PartialEq for SignatureMethod
[src]

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

This method tests for !=.

impl Debug for SignatureMethod
[src]

Formats the value using the given formatter.

impl Copy for SignatureMethod
[src]

impl Display for SignatureMethod
[src]

Formats the value using the given formatter.