pub enum NatType {
Unknown,
OpenInternet,
Natted,
}Variants§
Trait Implementations§
impl Copy for NatType
impl Eq for NatType
impl StructuralPartialEq for NatType
Auto Trait Implementations§
impl Freeze for NatType
impl RefUnwindSafe for NatType
impl Send for NatType
impl Sync for NatType
impl Unpin for NatType
impl UnwindSafe for NatType
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