Struct dnsmsg_parser::dns_message::QueryQuestion
source · pub struct QueryQuestion {
pub name: String,
pub class: String,
pub record_type: Option<String>,
pub record_type_id: u16,
}
Fields§
§name: String
§class: String
§record_type: Option<String>
§record_type_id: u16
Trait Implementations§
source§impl Clone for QueryQuestion
impl Clone for QueryQuestion
source§fn clone(&self) -> QueryQuestion
fn clone(&self) -> QueryQuestion
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 QueryQuestion
impl Debug for QueryQuestion
source§impl Default for QueryQuestion
impl Default for QueryQuestion
source§fn default() -> QueryQuestion
fn default() -> QueryQuestion
Returns the “default value” for a type. Read more
source§impl From<QueryQuestion> for ZoneInfo
impl From<QueryQuestion> for ZoneInfo
source§fn from(query: QueryQuestion) -> Self
fn from(query: QueryQuestion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QueryQuestion
impl RefUnwindSafe for QueryQuestion
impl Send for QueryQuestion
impl Sync for QueryQuestion
impl Unpin for QueryQuestion
impl UnwindSafe for QueryQuestion
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)