pub struct HttpErrKey {
pub name: String,
pub code: u16,
pub msg: String,
pub url: String,
pub source: String,
pub host: String,
pub path: String,
}Fields§
§name: String§code: u16§msg: String§url: String§source: String§host: String§path: StringTrait Implementations§
Source§impl Clone for HttpErrKey
impl Clone for HttpErrKey
Source§fn clone(&self) -> HttpErrKey
fn clone(&self) -> HttpErrKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HttpErrKey
impl Debug for HttpErrKey
Source§impl<'de> Deserialize<'de> for HttpErrKey
impl<'de> Deserialize<'de> for HttpErrKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for HttpErrKey
impl Hash for HttpErrKey
Source§impl PartialEq for HttpErrKey
impl PartialEq for HttpErrKey
Source§impl Serialize for HttpErrKey
impl Serialize for HttpErrKey
impl Eq for HttpErrKey
Auto Trait Implementations§
impl Freeze for HttpErrKey
impl RefUnwindSafe for HttpErrKey
impl Send for HttpErrKey
impl Sync for HttpErrKey
impl Unpin for HttpErrKey
impl UnwindSafe for HttpErrKey
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.