pub enum TypeSettings {
WIFI(WifiSettings),
ETHERNET(EthernetSettings),
VPN(VPNSettings),
None,
}
Variants§
Trait Implementations§
Source§impl Debug for TypeSettings
impl Debug for TypeSettings
Source§impl Default for TypeSettings
impl Default for TypeSettings
Source§fn default() -> TypeSettings
fn default() -> TypeSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeSettings
impl RefUnwindSafe for TypeSettings
impl Send for TypeSettings
impl Sync for TypeSettings
impl Unpin for TypeSettings
impl UnwindSafe for TypeSettings
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