Struct libp2p_kad::GetClosestPeersOk
source · [−]Expand description
The successful result of Kademlia::get_closest_peers
.
Fields
key: Vec<u8>
peers: Vec<PeerId>
Trait Implementations
sourceimpl Clone for GetClosestPeersOk
impl Clone for GetClosestPeersOk
sourcefn clone(&self) -> GetClosestPeersOk
fn clone(&self) -> GetClosestPeersOk
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetClosestPeersOk
impl Send for GetClosestPeersOk
impl Sync for GetClosestPeersOk
impl Unpin for GetClosestPeersOk
impl UnwindSafe for GetClosestPeersOk
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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