pub enum HostType {
Domain = 0,
IPV4 = 1,
IPV6 = 2,
}
Expand description
Defines the type of the host.
Variants§
Trait Implementations§
impl Eq for HostType
impl StructuralPartialEq for HostType
Auto Trait Implementations§
impl Freeze for HostType
impl RefUnwindSafe for HostType
impl Send for HostType
impl Sync for HostType
impl Unpin for HostType
impl UnwindSafe for HostType
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