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