Struct everscale_network::proto::dht::NodeOwned
source · pub struct NodeOwned {
pub id: PublicKeyOwned,
pub addr_list: AddressList,
pub version: u32,
pub signature: Bytes,
}Fields§
§id: PublicKeyOwned§addr_list: AddressList§version: u32§signature: BytesImplementations§
Trait Implementations§
source§impl BoxedConstructor for NodeOwned
impl BoxedConstructor for NodeOwned
source§fn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrapper.source§fn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrapper.