pub enum NetworkId {
IMS = 0,
LiFi = 1,
Bluetooth = 2,
WiFiDirect = 3,
HTTPS = 4,
VPN = 5,
TOR = 6,
I2P = 7,
Satellite = 8,
FSRadio = 9,
}Variants§
IMS = 0
LiFi = 1
Bluetooth = 2
WiFiDirect = 3
HTTPS = 4
VPN = 5
TOR = 6
I2P = 7
Satellite = 8
FSRadio = 9
Trait Implementations§
impl Copy for NetworkId
Auto Trait Implementations§
impl Freeze for NetworkId
impl RefUnwindSafe for NetworkId
impl Send for NetworkId
impl Sync for NetworkId
impl Unpin for NetworkId
impl UnsafeUnpin for NetworkId
impl UnwindSafe for NetworkId
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