pub struct MatchedClient { /* private fields */ }Expand description
A matched client.
Implementations§
Trait Implementations§
Source§impl Clone for MatchedClient
impl Clone for MatchedClient
Source§fn clone(&self) -> MatchedClient
fn clone(&self) -> MatchedClient
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 MatchedClient
impl Debug for MatchedClient
Source§impl Deref for MatchedClient
impl Deref for MatchedClient
Source§impl<'de> Deserialize<'de> for MatchedClient
impl<'de> Deserialize<'de> for MatchedClient
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 MatchedClient
impl Hash for MatchedClient
Source§impl PartialEq for MatchedClient
impl PartialEq for MatchedClient
Source§impl Serialize for MatchedClient
impl Serialize for MatchedClient
impl Copy for MatchedClient
impl Eq for MatchedClient
impl StructuralPartialEq for MatchedClient
Auto Trait Implementations§
impl Freeze for MatchedClient
impl RefUnwindSafe for MatchedClient
impl Send for MatchedClient
impl Sync for MatchedClient
impl Unpin for MatchedClient
impl UnwindSafe for MatchedClient
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