pub struct PeerIdentity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PeerIdentity
impl Clone for PeerIdentity
Source§fn clone(&self) -> PeerIdentity
fn clone(&self) -> PeerIdentity
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 moreimpl Copy for PeerIdentity
Source§impl Debug for PeerIdentity
impl Debug for PeerIdentity
Source§impl Default for PeerIdentity
impl Default for PeerIdentity
Source§impl Display for PeerIdentity
impl Display for PeerIdentity
impl Eq for PeerIdentity
Source§impl Hash for PeerIdentity
impl Hash for PeerIdentity
Source§impl Ord for PeerIdentity
impl Ord for PeerIdentity
Source§fn cmp(&self, other: &PeerIdentity) -> Ordering
fn cmp(&self, other: &PeerIdentity) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PeerIdentity
impl PartialEq for PeerIdentity
Source§impl PartialOrd for PeerIdentity
impl PartialOrd for PeerIdentity
impl StructuralPartialEq for PeerIdentity
Auto Trait Implementations§
impl Freeze for PeerIdentity
impl RefUnwindSafe for PeerIdentity
impl Send for PeerIdentity
impl Sync for PeerIdentity
impl Unpin for PeerIdentity
impl UnsafeUnpin for PeerIdentity
impl UnwindSafe for PeerIdentity
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