Struct ckb_network::PeerIdentifyInfo
source · [−]Expand description
Peer info from identify protocol message
Fields
client_version: StringNode version
flags: FlagsNode flags
Trait Implementations
sourceimpl Clone for PeerIdentifyInfo
impl Clone for PeerIdentifyInfo
sourcefn clone(&self) -> PeerIdentifyInfo
fn clone(&self) -> PeerIdentifyInfo
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 PeerIdentifyInfo
impl Send for PeerIdentifyInfo
impl Sync for PeerIdentifyInfo
impl Unpin for PeerIdentifyInfo
impl UnwindSafe for PeerIdentifyInfo
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