Struct trust_dns_resolver::name_server::TokioRuntime
source · pub struct TokioRuntime;
Expand description
The Tokio Runtime for async execution
Trait Implementations§
source§impl Clone for TokioRuntime
impl Clone for TokioRuntime
source§fn clone(&self) -> TokioRuntime
fn clone(&self) -> TokioRuntime
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