Enum cryptographic_message_syntax::TimeStampError [−][src]
pub enum TimeStampError {
Io(Error),
Reqwest(Error),
Asn1Decode(Error),
Http(&'static str),
Random,
NonceMismatch,
Unsuccessful(TimeStampResp),
BadResponse,
}
Variants
Io(Error)
Tuple Fields
0: Error
Reqwest(Error)
Tuple Fields
0: Error
Asn1Decode(Error)
Tuple Fields
0: Error
Http(&'static str)
Tuple Fields
0: &'static str
Random
NonceMismatch
Unsuccessful(TimeStampResp)
Tuple Fields
BadResponse
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for TimeStampError
impl Send for TimeStampError
impl Sync for TimeStampError
impl Unpin for TimeStampError
impl !UnwindSafe for TimeStampError
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