pub struct RecordOther {
pub qtype: QType,
pub data: Vec<u8>,
}
Fields§
§qtype: QType
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for RecordOther
impl Clone for RecordOther
Source§fn clone(&self) -> RecordOther
fn clone(&self) -> RecordOther
Returns a copy 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 RecordOther
impl Debug for RecordOther
Source§impl Display for RecordOther
impl Display for RecordOther
Source§impl PartialEq for RecordOther
impl PartialEq for RecordOther
Source§impl RecordReader for RecordOther
impl RecordReader for RecordOther
impl Eq for RecordOther
impl StructuralPartialEq for RecordOther
Auto Trait Implementations§
impl Freeze for RecordOther
impl RefUnwindSafe for RecordOther
impl Send for RecordOther
impl Sync for RecordOther
impl Unpin for RecordOther
impl UnwindSafe for RecordOther
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