pub enum XDnsPrefetchControl {
On,
Off,
}Variants§
Trait Implementations§
Source§impl Clone for XDnsPrefetchControl
impl Clone for XDnsPrefetchControl
Source§fn clone(&self) -> XDnsPrefetchControl
fn clone(&self) -> XDnsPrefetchControl
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 XDnsPrefetchControl
impl Debug for XDnsPrefetchControl
Source§impl Default for XDnsPrefetchControl
impl Default for XDnsPrefetchControl
Source§fn default() -> XDnsPrefetchControl
fn default() -> XDnsPrefetchControl
Returns the “default value” for a type. Read more
Source§impl Hash for XDnsPrefetchControl
impl Hash for XDnsPrefetchControl
Source§impl Header for XDnsPrefetchControl
impl Header for XDnsPrefetchControl
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
Source§impl PartialEq for XDnsPrefetchControl
impl PartialEq for XDnsPrefetchControl
impl Copy for XDnsPrefetchControl
impl Eq for XDnsPrefetchControl
impl StructuralPartialEq for XDnsPrefetchControl
Auto Trait Implementations§
impl Freeze for XDnsPrefetchControl
impl RefUnwindSafe for XDnsPrefetchControl
impl Send for XDnsPrefetchControl
impl Sync for XDnsPrefetchControl
impl Unpin for XDnsPrefetchControl
impl UnwindSafe for XDnsPrefetchControl
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