Struct libp2p_kad::GetProvidersOk
source · [−]pub struct GetProvidersOk {
pub key: Key,
pub providers: HashSet<PeerId>,
pub closest_peers: Vec<PeerId>,
}
Expand description
The successful result of Kademlia::get_providers
.
Fields
key: Key
providers: HashSet<PeerId>
closest_peers: Vec<PeerId>
Trait Implementations
sourceimpl Clone for GetProvidersOk
impl Clone for GetProvidersOk
sourcefn clone(&self) -> GetProvidersOk
fn clone(&self) -> GetProvidersOk
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for GetProvidersOk
impl Send for GetProvidersOk
impl Sync for GetProvidersOk
impl Unpin for GetProvidersOk
impl UnwindSafe for GetProvidersOk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more