Enum lychee_lib::ErrorKind [−][src]
#[non_exhaustive]
pub enum ErrorKind {
IoError(Option<PathBuf>, Error),
ReqwestError(Error),
HubcapsError(Error),
UrlParseError(String, (ParseError, Option<ParseError>)),
UnreachableEmailAddress(Uri),
InvalidHeader(InvalidHeaderValue),
InvalidGlobPattern(PatternError),
MissingGitHubToken,
}Kinds of status errors.
Variants (Non-exhaustive)
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ReqwestError(Error)HubcapsError(Error)UrlParseError(String, (ParseError, Option<ParseError>))UnreachableEmailAddress(Uri)InvalidHeader(InvalidHeaderValue)InvalidGlobPattern(PatternError)Trait Implementations
impl Debug for ErrorKind[src]
impl Display for ErrorKind[src]
impl Eq for ErrorKind[src]
impl From<(PathBuf, Error)> for ErrorKind[src]
impl From<(String, ParseError, ParseError)> for ErrorKind[src]
fn from(value: (String, ParseError, ParseError)) -> Self[src]
impl From<(String, ParseError)> for ErrorKind[src]
impl From<Error> for ErrorKind[src]
impl From<Error> for ErrorKind[src]
impl From<Error> for ErrorKind[src]
impl From<ErrorKind> for Status[src]
impl From<Infallible> for ErrorKind[src]
fn from(_: Infallible) -> Self[src]
impl From<InvalidHeaderValue> for ErrorKind[src]
fn from(e: InvalidHeaderValue) -> Self[src]
impl From<JoinError> for ErrorKind[src]
impl From<PatternError> for ErrorKind[src]
fn from(e: PatternError) -> Self[src]
impl Hash for ErrorKind[src]
fn hash<H>(&self, state: &mut H) where
H: Hasher, [src]
H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<ErrorKind> for ErrorKind[src]
impl Serialize for ErrorKind[src]
Auto Trait Implementations
impl !RefUnwindSafe for ErrorKind
impl Send for ErrorKind
impl Sync for ErrorKind
impl Unpin for ErrorKind
impl !UnwindSafe for ErrorKind
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,