pub struct DnsPrefetchControl { /* private fields */ }Implementations§
Source§impl DnsPrefetchControl
impl DnsPrefetchControl
pub const ON: DnsPrefetchControl
pub const OFF: DnsPrefetchControl
Trait Implementations§
Source§impl Clone for DnsPrefetchControl
impl Clone for DnsPrefetchControl
Source§fn clone(&self) -> DnsPrefetchControl
fn clone(&self) -> DnsPrefetchControl
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 moreAuto Trait Implementations§
impl !Freeze for DnsPrefetchControl
impl RefUnwindSafe for DnsPrefetchControl
impl Send for DnsPrefetchControl
impl Sync for DnsPrefetchControl
impl Unpin for DnsPrefetchControl
impl UnwindSafe for DnsPrefetchControl
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