Struct dnsmsg_parser::dns_message::ZoneInfo
source · pub struct ZoneInfo {
pub name: String,
pub class: String,
pub zone_type: Option<String>,
pub zone_type_id: u16,
}
Fields§
§name: String
§class: String
§zone_type: Option<String>
§zone_type_id: u16
Trait Implementations§
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 ZoneInfo
impl RefUnwindSafe for ZoneInfo
impl Send for ZoneInfo
impl Sync for ZoneInfo
impl Unpin for ZoneInfo
impl UnwindSafe for ZoneInfo
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
)