pub enum IpType {
Ipv4,
Ipv6,
}Expand description
Type of global address.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IpType
impl<'de> Deserialize<'de> for IpType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for IpType
impl Eq for IpType
impl StructuralPartialEq for IpType
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