Struct dnsmsg_parser::dns_message::DnsUpdateMessage
source · pub struct DnsUpdateMessage {
pub response_code: u16,
pub response: Option<&'static str>,
pub header: UpdateHeader,
pub zone_to_update: ZoneInfo,
pub prerequisite_section: Vec<DnsRecord>,
pub update_section: Vec<DnsRecord>,
pub additional_section: Vec<DnsRecord>,
}
Fields§
§response_code: u16
§response: Option<&'static str>
§header: UpdateHeader
§zone_to_update: ZoneInfo
§prerequisite_section: Vec<DnsRecord>
§update_section: Vec<DnsRecord>
§additional_section: Vec<DnsRecord>
Trait Implementations§
source§impl Clone for DnsUpdateMessage
impl Clone for DnsUpdateMessage
source§fn clone(&self) -> DnsUpdateMessage
fn clone(&self) -> DnsUpdateMessage
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 DnsUpdateMessage
impl Debug for DnsUpdateMessage
source§impl Default for DnsUpdateMessage
impl Default for DnsUpdateMessage
source§fn default() -> DnsUpdateMessage
fn default() -> DnsUpdateMessage
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DnsUpdateMessage
impl RefUnwindSafe for DnsUpdateMessage
impl Send for DnsUpdateMessage
impl Sync for DnsUpdateMessage
impl Unpin for DnsUpdateMessage
impl UnwindSafe for DnsUpdateMessage
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
)