Enum event_web::FrontendErrorKind [−][src]
pub enum FrontendErrorKind {
Generation,
Verification,
Body,
Response,
MissingField,
BadTimeZone,
BadYear,
BadMonth,
BadDay,
BadHour,
BadMinute,
BadSecond,
NoRoute,
Session,
Canceled,
}Variants
GenerationVerificationBodyResponseMissingFieldBadTimeZoneBadYearBadMonthBadDayBadHourBadMinuteBadSecondNoRouteSessionCanceled
Trait Implementations
impl Clone for FrontendErrorKind[src]
impl Clone for FrontendErrorKindfn clone(&self) -> FrontendErrorKind[src]
fn clone(&self) -> FrontendErrorKindReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for FrontendErrorKind[src]
impl Copy for FrontendErrorKindimpl Debug for FrontendErrorKind[src]
impl Debug for FrontendErrorKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FrontendErrorKind[src]
impl Eq for FrontendErrorKindimpl Fail for FrontendErrorKind[src]
impl Fail for FrontendErrorKindfn cause(&self) -> Option<&Fail>[src]
fn cause(&self) -> Option<&Fail>Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>Returns a reference to the Backtrace carried by this failure, if it carries one. Read more
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, [src]
fn context<D>(self, context: D) -> Context<D> where
D: Display + Send + Sync + 'static, Provides context for this failure. Read more
fn compat(self) -> Compat<Self>[src]
fn compat(self) -> Compat<Self>Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more
fn causes(&self) -> Causes[src]
fn causes(&self) -> CausesReturns a iterator over the causes of this Fail with itself as the first item and the root_cause as the final item. Read more
fn root_cause(&self) -> &(Fail + 'static)[src]
fn root_cause(&self) -> &(Fail + 'static)Returns the "root cause" of this Fail - the last value in the cause chain which does not return an underlying cause. Read more
impl Display for FrontendErrorKind[src]
impl Display for FrontendErrorKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for FrontendErrorKind[src]
impl PartialEq for FrontendErrorKindfn eq(&self, other: &FrontendErrorKind) -> bool[src]
fn eq(&self, other: &FrontendErrorKind) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl From<FrontendErrorKind> for FrontendError[src]
impl From<FrontendErrorKind> for FrontendErrorfn from(e: FrontendErrorKind) -> Self[src]
fn from(e: FrontendErrorKind) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for FrontendErrorKind
impl Send for FrontendErrorKindimpl Sync for FrontendErrorKind
impl Sync for FrontendErrorKind