pub struct WireFormat;Expand description
Specifies the DNS on-the-wire protocol format.
Trait Implementations§
Source§impl Clone for WireFormat
 
impl Clone for WireFormat
Source§fn clone(&self) -> WireFormat
 
fn clone(&self) -> WireFormat
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 WireFormat
 
impl Debug for WireFormat
Source§impl<'a> Format<'a> for WireFormat
 
impl<'a> Format<'a> for WireFormat
Source§impl PartialEq for WireFormat
 
impl PartialEq for WireFormat
impl Eq for WireFormat
impl StructuralPartialEq for WireFormat
Auto Trait Implementations§
impl Freeze for WireFormat
impl RefUnwindSafe for WireFormat
impl Send for WireFormat
impl Sync for WireFormat
impl Unpin for WireFormat
impl UnwindSafe for WireFormat
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