Struct trust_dns_resolver::TokioHandle
source · pub struct TokioHandle;
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 more