pub struct ParsedResponse { /* private fields */ }Expand description
Owned, structurally correlated DNS response.
Implementations§
Trait Implementations§
Source§impl Clone for ParsedResponse
impl Clone for ParsedResponse
Source§fn clone(&self) -> ParsedResponse
fn clone(&self) -> ParsedResponse
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 moreSource§impl Debug for ParsedResponse
impl Debug for ParsedResponse
impl Eq for ParsedResponse
Source§impl PartialEq for ParsedResponse
impl PartialEq for ParsedResponse
impl StructuralPartialEq for ParsedResponse
Auto Trait Implementations§
impl Freeze for ParsedResponse
impl RefUnwindSafe for ParsedResponse
impl Send for ParsedResponse
impl Sync for ParsedResponse
impl Unpin for ParsedResponse
impl UnsafeUnpin for ParsedResponse
impl UnwindSafe for ParsedResponse
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.