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 moresource§impl RuntimeProvider for TokioRuntime
impl RuntimeProvider for TokioRuntime
impl Copy for TokioRuntime
Auto Trait Implementations§
impl RefUnwindSafe for TokioRuntime
impl Send for TokioRuntime
impl Sync for TokioRuntime
impl Unpin for TokioRuntime
impl UnwindSafe for TokioRuntime
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