Struct everscale_network::proto::dht::Node
source · pub struct Node<'tl> {
pub id: PublicKey<'tl>,
pub addr_list: AddressList,
pub version: u32,
pub signature: &'tl [u8],
}Fields§
§id: PublicKey<'tl>§addr_list: AddressList§version: u32§signature: &'tl [u8]Implementations§
Trait Implementations§
source§impl BoxedConstructor for Node<'_>
impl BoxedConstructor for Node<'_>
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.