pub enum MdnsEvent {
Discovered(Vec<Multiaddr>),
}
Expand description
Events emitted by mDNS.
Variants§
Auto Trait Implementations§
impl Freeze for MdnsEvent
impl RefUnwindSafe for MdnsEvent
impl Send for MdnsEvent
impl Sync for MdnsEvent
impl Unpin for MdnsEvent
impl UnwindSafe for MdnsEvent
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