Struct libp2p_mdns::service::MdnsPeer
source · [−]pub struct MdnsPeer { /* private fields */ }
Expand description
A peer discovered by the service.
Implementations
sourceimpl MdnsPeer
impl MdnsPeer
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MdnsPeer
impl Send for MdnsPeer
impl Sync for MdnsPeer
impl Unpin for MdnsPeer
impl UnwindSafe for MdnsPeer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more