Struct oauth1_request::Options[][src]

pub struct Options<'a> { /* fields omitted */ }

Optional OAuth parameters.

Methods

impl<'a> Options<'a>
[src]

Sets oauth_nonce parameter.

Sets oauth_timestamp parameter.

The OAuth standard (RFC 5849 section 3.3.) says that the timestamp value MUST be a positive integer, so this method treats 0 as None.

Sets oauth_token parameter.

Trait Implementations

impl<'a> Clone for Options<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Options<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Options<'a>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<'a> Send for Options<'a>

impl<'a> Sync for Options<'a>