Struct clevercloud_sdk::oauth10a::Credentials [−][src]
pub struct Credentials {
pub token: String,
pub secret: String,
pub consumer_key: String,
pub consumer_secret: String,
}Fields
token: Stringsecret: Stringconsumer_key: Stringconsumer_secret: StringTrait Implementations
Returns the “default value” for a type. Read more
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
type Error = SignerError
type Error = SignerError
The type returned in the event of a conversion error.
pub fn try_from(
credentials: Credentials
) -> Result<Signer, <Signer as TryFrom<Credentials>>::Error>
pub fn try_from(
credentials: Credentials
) -> Result<Signer, <Signer as TryFrom<Credentials>>::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Credentials
impl Send for Credentials
impl Sync for Credentials
impl Unpin for Credentials
impl UnwindSafe for Credentials
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more