Enum clevercloud_sdk::oauth10a::SignerError
source · [−]pub enum SignerError {
Digest(InvalidLength),
UnixEpochTime(SystemTimeError),
Parse(String),
}Variants
Digest(InvalidLength)
UnixEpochTime(SystemTimeError)
Parse(String)
Trait 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