Struct ckb_network::PeerIdentifyInfo
source · pub struct PeerIdentifyInfo {
pub client_version: String,
pub flags: Flags,
}Expand description
Peer info from identify protocol message
Fields§
§client_version: StringNode version
flags: FlagsNode flags
Trait Implementations§
source§impl Clone for PeerIdentifyInfo
impl Clone for PeerIdentifyInfo
source§fn clone(&self) -> PeerIdentifyInfo
fn clone(&self) -> PeerIdentifyInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more