pub enum DirectSocketDnsQueryType {
Ipv4,
Ipv6,
}Variants§
Trait Implementations§
Source§impl Clone for DirectSocketDnsQueryType
impl Clone for DirectSocketDnsQueryType
Source§fn clone(&self) -> DirectSocketDnsQueryType
fn clone(&self) -> DirectSocketDnsQueryType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DirectSocketDnsQueryType
impl Debug for DirectSocketDnsQueryType
Source§impl<'de> Deserialize<'de> for DirectSocketDnsQueryType
impl<'de> Deserialize<'de> for DirectSocketDnsQueryType
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
Source§impl PartialEq for DirectSocketDnsQueryType
impl PartialEq for DirectSocketDnsQueryType
Source§impl Serialize for DirectSocketDnsQueryType
impl Serialize for DirectSocketDnsQueryType
impl StructuralPartialEq for DirectSocketDnsQueryType
Auto Trait Implementations§
impl Freeze for DirectSocketDnsQueryType
impl RefUnwindSafe for DirectSocketDnsQueryType
impl Send for DirectSocketDnsQueryType
impl Sync for DirectSocketDnsQueryType
impl Unpin for DirectSocketDnsQueryType
impl UnwindSafe for DirectSocketDnsQueryType
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