pub enum NetKind {
Flatten,
Nat,
}
Expand description
Kind of network.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetKind
impl RefUnwindSafe for NetKind
impl Send for NetKind
impl Sync for NetKind
impl Unpin for NetKind
impl UnwindSafe for NetKind
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