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 of Io
0: ErrorReqwest(Error)Tuple Fields of Reqwest
0: ErrorAsn1Decode(Error)Tuple Fields of Asn1Decode
0: ErrorHttp(&'static str)Tuple Fields of Http
0: &'static strUnsuccessful(TimeStampResp)Tuple Fields of Unsuccessful
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