Struct dns_resolver::ResolvConf [−][src]
pub struct ResolvConf {
pub servers: Vec<ServerConf>,
pub options: ResolvOptions,
}Fields
servers: Vec<ServerConf>options: ResolvOptionsImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ResolvConfimpl Send for ResolvConfimpl Sync for ResolvConfimpl Unpin for ResolvConfimpl UnwindSafe for ResolvConfBlanket Implementations
Mutably borrows from an owned value. Read more
Performs the conversion.
pub fn vzip(self) -> V