Struct hickory_resolver::name_server::TokioHandle
source · pub struct TokioHandle { /* private fields */ }
Available on crate feature
tokio-runtime
only.Expand description
A handle to the Tokio runtime
Trait Implementations§
source§impl Clone for TokioHandle
impl Clone for TokioHandle
source§fn clone(&self) -> TokioHandle
fn clone(&self) -> TokioHandle
Returns a copy 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 TokioHandle
impl Default for TokioHandle
source§fn default() -> TokioHandle
fn default() -> TokioHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TokioHandle
impl RefUnwindSafe for TokioHandle
impl Send for TokioHandle
impl Sync for TokioHandle
impl Unpin for TokioHandle
impl UnwindSafe for TokioHandle
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