pub struct Question<B: SplitByteSlice> {
pub domain: Domain<B>,
pub qtype: Type,
pub class: Class,
pub unicast: bool,
}
Expand description
Represents a parsed mDNS question.
Fields§
§domain: Domain<B>
§qtype: Type
§class: Class
§unicast: bool
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Question<B>
impl<B> RefUnwindSafe for Question<B>where
B: RefUnwindSafe,
impl<B> Send for Question<B>where
B: Send,
impl<B> Sync for Question<B>where
B: Sync,
impl<B> Unpin for Question<B>where
B: Unpin,
impl<B> UnwindSafe for Question<B>where
B: UnwindSafe,
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