pub struct PeerEndpoint { /* private fields */ }Expand description
Network endpoint of a peer.
Implementations§
Source§impl PeerEndpoint
impl PeerEndpoint
Trait Implementations§
Source§impl Clone for PeerEndpoint
impl Clone for PeerEndpoint
Source§fn clone(&self) -> PeerEndpoint
fn clone(&self) -> PeerEndpoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PeerEndpoint
impl Debug for PeerEndpoint
Source§impl Hash for PeerEndpoint
impl Hash for PeerEndpoint
Source§impl PartialEq for PeerEndpoint
impl PartialEq for PeerEndpoint
Source§fn eq(&self, other: &PeerEndpoint) -> bool
fn eq(&self, other: &PeerEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PeerEndpoint
impl StructuralPartialEq for PeerEndpoint
Auto Trait Implementations§
impl Freeze for PeerEndpoint
impl RefUnwindSafe for PeerEndpoint
impl Send for PeerEndpoint
impl Sync for PeerEndpoint
impl Unpin for PeerEndpoint
impl UnsafeUnpin for PeerEndpoint
impl UnwindSafe for PeerEndpoint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.