pub enum WireErrorKind {
InvalidRequest,
Timeout,
Canceled,
Dns,
Connect,
Tls,
Protocol,
Redirect,
Body,
Interceptor,
Internal,
}Variants§
Trait Implementations§
Source§impl Clone for WireErrorKind
impl Clone for WireErrorKind
Source§fn clone(&self) -> WireErrorKind
fn clone(&self) -> WireErrorKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WireErrorKind
Source§impl Debug for WireErrorKind
impl Debug for WireErrorKind
Source§impl Display for WireErrorKind
impl Display for WireErrorKind
impl Eq for WireErrorKind
Source§impl Hash for WireErrorKind
impl Hash for WireErrorKind
Source§impl PartialEq for WireErrorKind
impl PartialEq for WireErrorKind
Source§fn eq(&self, other: &WireErrorKind) -> bool
fn eq(&self, other: &WireErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WireErrorKind
Auto Trait Implementations§
impl Freeze for WireErrorKind
impl RefUnwindSafe for WireErrorKind
impl Send for WireErrorKind
impl Sync for WireErrorKind
impl Unpin for WireErrorKind
impl UnsafeUnpin for WireErrorKind
impl UnwindSafe for WireErrorKind
Blanket Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.