pub struct AssertErrKey {
pub name: String,
pub msg: String,
pub url: String,
pub host: String,
pub path: String,
}Fields§
§name: String§msg: String§url: String§host: String§path: StringTrait Implementations§
Source§impl Clone for AssertErrKey
impl Clone for AssertErrKey
Source§fn clone(&self) -> AssertErrKey
fn clone(&self) -> AssertErrKey
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 AssertErrKey
impl Debug for AssertErrKey
Source§impl<'de> Deserialize<'de> for AssertErrKey
impl<'de> Deserialize<'de> for AssertErrKey
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 AssertErrKey
impl Hash for AssertErrKey
Source§impl PartialEq for AssertErrKey
impl PartialEq for AssertErrKey
Source§impl Serialize for AssertErrKey
impl Serialize for AssertErrKey
impl Eq for AssertErrKey
Auto Trait Implementations§
impl Freeze for AssertErrKey
impl RefUnwindSafe for AssertErrKey
impl Send for AssertErrKey
impl Sync for AssertErrKey
impl Unpin for AssertErrKey
impl UnwindSafe for AssertErrKey
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.