Struct clevercloud_sdk::oauth10a::Signer [−][src]
pub struct Signer {
pub nonce: String,
pub timestamp: u64,
pub credentials: Credentials,
}Fields
nonce: Stringtimestamp: u64credentials: CredentialsTrait Implementations
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 Signer
impl UnwindSafe for Signer
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