pub struct QuestionBuilder { /* private fields */ }
Expand description
A packet builder for an mDNS question.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuestionBuilder
impl RefUnwindSafe for QuestionBuilder
impl Send for QuestionBuilder
impl Sync for QuestionBuilder
impl Unpin for QuestionBuilder
impl UnwindSafe for QuestionBuilder
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