Enum lychee_lib::Status [−][src]
pub enum Status {
Ok(StatusCode),
Error(Box<ErrorKind>),
Timeout(Option<StatusCode>),
Redirected(StatusCode),
Excluded,
}Response status of the request.
Variants
Ok(StatusCode)Request was successful
Failed request
Timeout(Option<StatusCode>)Request timed out
Redirected(StatusCode)Got redirected to different resource
Resource was excluded from checking
Implementations
impl Status[src]
#[must_use]pub fn new(response: &Response, accepted: Option<HashSet<StatusCode>>) -> Self[src]
#[must_use]
pub fn new(response: &Response, accepted: Option<HashSet<StatusCode>>) -> Self#[must_use]pub const fn is_success(&self) -> bool[src]
#[must_use]
pub const fn is_success(&self) -> bool#[must_use]pub const fn is_failure(&self) -> bool[src]
#[must_use]
pub const fn is_failure(&self) -> bool#[must_use]pub const fn is_excluded(&self) -> bool[src]
#[must_use]
pub const fn is_excluded(&self) -> bool#[must_use]pub const fn is_timeout(&self) -> bool[src]
#[must_use]
pub const fn is_timeout(&self) -> bool#[must_use]pub const fn icon(&self) -> &str[src]
#[must_use]
pub const fn icon(&self) -> &strTrait Implementations
impl Debug for Status[src]
impl Display for Status[src]
impl Eq for Status[src]
impl From<Error> for Status[src]
impl From<Error> for Status[src]
impl From<ErrorKind> for Status[src]
impl Hash for Status[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Status> for Status[src]
impl Serialize for Status[src]
impl StructuralEq for Status[src]
impl StructuralPartialEq for Status[src]
Auto Trait Implementations
impl !RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl !UnwindSafe for Status
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>,