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 moresource§impl Debug for KeyDescriptionOwned
impl Debug for KeyDescriptionOwned
source§impl<'tl> TlRead<'tl> for KeyDescriptionOwned
impl<'tl> TlRead<'tl> for KeyDescriptionOwned
Auto Trait Implementations§
impl RefUnwindSafe for KeyDescriptionOwned
impl Send for KeyDescriptionOwned
impl Sync for KeyDescriptionOwned
impl Unpin for KeyDescriptionOwned
impl UnwindSafe for KeyDescriptionOwned
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more