Struct xstack_mdns::MdnsProtocol
source · pub struct MdnsProtocol(/* private fields */);Expand description
An implementation for libp2p mdns protocol
Implementations§
source§impl MdnsProtocol
impl MdnsProtocol
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdnsProtocol
impl !RefUnwindSafe for MdnsProtocol
impl Send for MdnsProtocol
impl Sync for MdnsProtocol
impl Unpin for MdnsProtocol
impl !UnwindSafe for MdnsProtocol
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