Struct trust_dns_proto::xfer::OneshotDnsRequest
source · pub struct OneshotDnsRequest<F>where
F: Future<Item = DnsResponse, Error = ProtoError> + Send,{ /* private fields */ }
Expand description
A OneshotDnsRequest createa a channel for a response to message
Auto Trait Implementations
impl<F> !RefUnwindSafe for OneshotDnsRequest<F>
impl<F> Send for OneshotDnsRequest<F>
impl<F> Sync for OneshotDnsRequest<F>
impl<F> Unpin for OneshotDnsRequest<F>
impl<F> !UnwindSafe for OneshotDnsRequest<F>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more