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)
Reqwest(Error)
Asn1Decode(Error)
Http(&'static str)
Unsuccessful(TimeStampResp)
Trait Implementations
impl Debug for TimeStampError
[src]
impl Debug for TimeStampError
[src]impl Display for TimeStampError
[src]
impl Display for TimeStampError
[src]impl Error for TimeStampError
[src]
impl Error for TimeStampError
[src]fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]
fn source(&self) -> Option<&(dyn Error + 'static)>
1.30.0[src]The lower-level source of this error, if any. Read more
fn backtrace(&self) -> Option<&Backtrace>
[src]
fn backtrace(&self) -> Option<&Backtrace>
[src]🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
fn description(&self) -> &str
1.0.0[src]
fn description(&self) -> &str
1.0.0[src]👎 Deprecated since 1.42.0:
use the Display impl or to_string()
impl From<TimeStampError> for CmsError
[src]
impl From<TimeStampError> for CmsError
[src]fn from(e: TimeStampError) -> Self
[src]
fn from(e: TimeStampError) -> Self
[src]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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]