Struct trust_dns_resolver::name_server::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 moresource§impl Spawn for TokioHandle
impl Spawn for TokioHandle
impl Copy for TokioHandle
Auto Trait Implementations§
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