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