pub enum IpType {
Ipv4,
Ipv6,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpType
impl RefUnwindSafe for IpType
impl Send for IpType
impl Sync for IpType
impl Unpin for IpType
impl UnwindSafe for IpType
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