pub enum IpKind {
V4,
V6,
Unknown,
}Expand description
Classifies a parsed IP literal.
Variants§
Trait Implementations§
impl Eq for IpKind
impl StructuralPartialEq for IpKind
Auto Trait Implementations§
impl Freeze for IpKind
impl RefUnwindSafe for IpKind
impl Send for IpKind
impl Sync for IpKind
impl Unpin for IpKind
impl UnsafeUnpin for IpKind
impl UnwindSafe for IpKind
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