Struct tokio_websockets::resolver::Gai
source · pub struct Gai;
Available on crate feature
client
only.Expand description
A Resolver
that uses the blocking getaddrinfo
syscall in the tokio
threadpool.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gai
impl RefUnwindSafe for Gai
impl Send for Gai
impl Sync for Gai
impl Unpin for Gai
impl UnwindSafe for Gai
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