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 Freeze for OneshotDnsRequest
impl !RefUnwindSafe for OneshotDnsRequest
impl Send for OneshotDnsRequest
impl Sync for OneshotDnsRequest
impl Unpin for OneshotDnsRequest
impl !UnwindSafe for OneshotDnsRequest
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