pub enum DNSQueryOrdering {
QueryStatistics,
UserProvidedOrder,
}Variants§
Trait Implementations§
Source§impl Clone for DNSQueryOrdering
impl Clone for DNSQueryOrdering
Source§fn clone(&self) -> DNSQueryOrdering
fn clone(&self) -> DNSQueryOrdering
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 Default for DNSQueryOrdering
impl Default for DNSQueryOrdering
Source§fn default() -> DNSQueryOrdering
fn default() -> DNSQueryOrdering
Returns the “default value” for a type. Read more
Source§impl PartialEq for DNSQueryOrdering
impl PartialEq for DNSQueryOrdering
impl Copy for DNSQueryOrdering
impl StructuralPartialEq for DNSQueryOrdering
Auto Trait Implementations§
impl Freeze for DNSQueryOrdering
impl RefUnwindSafe for DNSQueryOrdering
impl Send for DNSQueryOrdering
impl Sync for DNSQueryOrdering
impl Unpin for DNSQueryOrdering
impl UnwindSafe for DNSQueryOrdering
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