Enum clevercloud_sdk::oauth10a::SignerError [−][src]
pub enum SignerError {
Digest(InvalidKeyLength),
UnixEpochTime(SystemTimeError),
Parse(String),
}Variants
Digest(InvalidKeyLength)Tuple Fields of Digest
UnixEpochTime(SystemTimeError)Tuple Fields of UnixEpochTime
Parse(String)Tuple Fields of Parse
0: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SignerError
impl Send for SignerError
impl Sync for SignerError
impl Unpin for SignerError
impl UnwindSafe for SignerError
Blanket Implementations
Mutably borrows from an owned value. Read more
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