pub struct PlaintextSign<W = String> { /* private fields */ }
Expand description

A Sign implementation that just returns the signing key used to construct it.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The URL-encoded representation of oauth_signature string the algorithm produces.

Returns the oauth_signature_method string for the signature method associated with the algorithm. Read more

Feeds self with the HTTP request method part of the signature base string.

Feeds self with the base string URI part of the signature base string.

Feeds self with a key-value parameter pair of the signature base string. Read more

Feeds self with the delimiter (%26) between parameters.

Finalizes the signing process and returns the resulting signature.

Feeds self with the oauth_callback parameter part of the signature base string. Read more

Feeds self with the oauth_consumer_key parameter part of the signature base string. Read more

Feeds self with the oauth_nonce parameter part of the signature base string. Read more

Whether the signature method uses the oauth_nonce parameter. Read more

Feeds self with the oauth_signature_method parameter part of the signature base string. Read more

Feeds self with the oauth_timestamp parameter part of the signature base string. Read more

Whether the signature method uses the oauth_nonce parameter. Read more

Feeds self with the oauth_token parameter part of the signature base string. Read more

Feeds self with the oauth_verifier parameter part of the signature base string. Read more

Feeds self with the oauth_version parameter part of the signature base string. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.