pub struct DnsOptions { /* private fields */ }Expand description
An explicitly authored ordered service dns_opt sequence.
Omission is represented by the absence of this value; an empty items slice therefore means
the author explicitly supplied an empty sequence.
Implementations§
Source§impl DnsOptions
impl DnsOptions
Trait Implementations§
Source§impl Clone for DnsOptions
impl Clone for DnsOptions
Source§fn clone(&self) -> DnsOptions
fn clone(&self) -> DnsOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DnsOptions
impl Debug for DnsOptions
impl Eq for DnsOptions
Source§impl PartialEq for DnsOptions
impl PartialEq for DnsOptions
impl StructuralPartialEq for DnsOptions
Auto Trait Implementations§
impl Freeze for DnsOptions
impl RefUnwindSafe for DnsOptions
impl Send for DnsOptions
impl Sync for DnsOptions
impl Unpin for DnsOptions
impl UnsafeUnpin for DnsOptions
impl UnwindSafe for DnsOptions
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