pub enum DnsScheme {
Mdns,
Http,
H3,
System,
}Variants§
Trait Implementations§
impl Copy for DnsScheme
impl Eq for DnsScheme
Source§impl Ord for DnsScheme
impl Ord for DnsScheme
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DnsScheme
impl PartialOrd for DnsScheme
impl StructuralPartialEq for DnsScheme
Auto Trait Implementations§
impl Freeze for DnsScheme
impl RefUnwindSafe for DnsScheme
impl Send for DnsScheme
impl Sync for DnsScheme
impl Unpin for DnsScheme
impl UnsafeUnpin for DnsScheme
impl UnwindSafe for DnsScheme
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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