pub enum DNSMethod4 {
AUTO,
MANUAL,
LINKLOCAL,
SHARED,
DISABLED,
}
Variants§
Trait Implementations§
Source§impl Debug for DNSMethod4
impl Debug for DNSMethod4
Source§impl Default for DNSMethod4
impl Default for DNSMethod4
Source§fn default() -> DNSMethod4
fn default() -> DNSMethod4
Returns the “default value” for a type. Read more
Source§impl FromStr for DNSMethod4
impl FromStr for DNSMethod4
Auto Trait Implementations§
impl Freeze for DNSMethod4
impl RefUnwindSafe for DNSMethod4
impl Send for DNSMethod4
impl Sync for DNSMethod4
impl Unpin for DNSMethod4
impl UnwindSafe for DNSMethod4
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