pub struct MdnsQuery {
pub service_name: String,
pub from: SocketAddr,
pub query_id: u16,
}Fields§
§service_name: String§from: SocketAddr§query_id: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdnsQuery
impl RefUnwindSafe for MdnsQuery
impl Send for MdnsQuery
impl Sync for MdnsQuery
impl Unpin for MdnsQuery
impl UnwindSafe for MdnsQuery
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