pub struct InformationConfig {
pub dns_servers: bool,
}
Expand description
Configuration for informational data to request.
Fields§
§dns_servers: bool
Trait Implementations§
Source§impl Clone for InformationConfig
impl Clone for InformationConfig
Source§fn clone(&self) -> InformationConfig
fn clone(&self) -> InformationConfig
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 InformationConfig
impl Debug for InformationConfig
Source§impl Default for InformationConfig
impl Default for InformationConfig
Source§fn default() -> InformationConfig
fn default() -> InformationConfig
Returns the “default value” for a type. Read more
Source§impl From<InformationConfig> for InformationConfig
impl From<InformationConfig> for InformationConfig
Source§fn from(src: InformationConfig) -> InformationConfig
fn from(src: InformationConfig) -> InformationConfig
Converts to this type from the input type.
Source§impl PartialEq for InformationConfig
impl PartialEq for InformationConfig
Source§impl TryFrom<InformationConfig> for InformationConfig
impl TryFrom<InformationConfig> for InformationConfig
Source§type Error = InformationConfigValidationError
type Error = InformationConfigValidationError
The type returned in the event of a conversion error.
impl StructuralPartialEq for InformationConfig
Auto Trait Implementations§
impl Freeze for InformationConfig
impl RefUnwindSafe for InformationConfig
impl Send for InformationConfig
impl Sync for InformationConfig
impl Unpin for InformationConfig
impl UnwindSafe for InformationConfig
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)