Struct everscale_network::proto::dht::KeyDescriptionOwned
source · pub struct KeyDescriptionOwned {
pub key: KeyOwned,
pub id: PublicKeyOwned,
pub update_rule: UpdateRule,
pub signature: Bytes,
}Fields§
§key: KeyOwned§id: PublicKeyOwned§update_rule: UpdateRule§signature: BytesImplementations§
source§impl KeyDescriptionOwned
impl KeyDescriptionOwned
pub fn as_equivalent_ref(&self) -> KeyDescription<'_>
Trait Implementations§
source§impl BoxedConstructor for KeyDescriptionOwned
impl BoxedConstructor for KeyDescriptionOwned
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 Clone for KeyDescriptionOwned
impl Clone for KeyDescriptionOwned
source§fn clone(&self) -> KeyDescriptionOwned
fn clone(&self) -> KeyDescriptionOwned
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