Struct trust_dns_proto::xfer::OneshotDnsRequest
source · [−]pub struct OneshotDnsRequest { /* private fields */ }
Expand description
A OneshotDnsRequest creates a channel for a response to message
Auto Trait Implementations
impl !RefUnwindSafe for OneshotDnsRequest
impl Send for OneshotDnsRequest
impl Sync for OneshotDnsRequest
impl Unpin for OneshotDnsRequest
impl !UnwindSafe for OneshotDnsRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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