Struct disarray_network::peers::StandardPeer
source · [−]Expand description
Implement a standard peer on a p2p network
Fields
id: PeerId
keypair: PeerKp
Implementations
sourceimpl StandardPeer
impl StandardPeer
Trait Implementations
sourceimpl Clone for StandardPeer
impl Clone for StandardPeer
sourcefn clone(&self) -> StandardPeer
fn clone(&self) -> StandardPeer
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 StandardPeer
impl Send for StandardPeer
impl Sync for StandardPeer
impl Unpin for StandardPeer
impl UnwindSafe for StandardPeer
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