Enum tokio_rustls_acme::EventError
source · pub enum EventError<EC: Debug, EA: Debug> {
CertCacheLoad(EC),
AccountCacheLoad(EA),
CertCacheStore(EC),
AccountCacheStore(EA),
CachedCertParse(CertParseError),
Order(OrderError),
NewCertParse(CertParseError),
}
Variants§
CertCacheLoad(EC)
AccountCacheLoad(EA)
CertCacheStore(EC)
AccountCacheStore(EA)
CachedCertParse(CertParseError)
Order(OrderError)
NewCertParse(CertParseError)
Trait Implementations§
source§impl<EC, EA> Display for EventError<EC, EA>
impl<EC, EA> Display for EventError<EC, EA>
source§impl<EC: Debug, EA: Debug> Error for EventError<EC, EA>
impl<EC: Debug, EA: Debug> Error for EventError<EC, EA>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl<EC, EA> Freeze for EventError<EC, EA>
impl<EC, EA> !RefUnwindSafe for EventError<EC, EA>
impl<EC, EA> Send for EventError<EC, EA>
impl<EC, EA> Sync for EventError<EC, EA>
impl<EC, EA> Unpin for EventError<EC, EA>
impl<EC, EA> !UnwindSafe for EventError<EC, EA>
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more