Struct everscale_network::proto::dht::KeyDescription
source · pub struct KeyDescription<'tl> {
pub key: Key<'tl>,
pub id: PublicKey<'tl>,
pub update_rule: UpdateRule,
pub signature: &'tl [u8],
}Fields§
§key: Key<'tl>§id: PublicKey<'tl>§update_rule: UpdateRule§signature: &'tl [u8]Implementations§
source§impl KeyDescription<'_>
impl KeyDescription<'_>
pub fn as_equivalent_owned(&self) -> KeyDescriptionOwned
Trait Implementations§
source§impl BoxedConstructor for KeyDescription<'_>
impl BoxedConstructor for KeyDescription<'_>
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.source§impl<'tl> Clone for KeyDescription<'tl>
impl<'tl> Clone for KeyDescription<'tl>
source§fn clone(&self) -> KeyDescription<'tl>
fn clone(&self) -> KeyDescription<'tl>
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