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: KeyOwnedid: PublicKeyOwnedupdate_rule: UpdateRulesignature: BytesImplementations
sourceimpl KeyDescriptionOwned
impl KeyDescriptionOwned
pub fn as_equivalent_ref(&self) -> KeyDescription<'_>
Trait Implementations
sourceimpl BoxedConstructor for KeyDescriptionOwned
impl BoxedConstructor for KeyDescriptionOwned
const TL_ID: u32 = 673_009_157u32
sourcefn as_boxed(&self) -> BoxedWrapper<&Self>
fn as_boxed(&self) -> BoxedWrapper<&Self>
Wraps bare type reference into
BoxedWrappersourcefn into_boxed(self) -> BoxedWrapper<Self>
fn into_boxed(self) -> BoxedWrapper<Self>
Converts bare type into
BoxedWrappersourceimpl Clone for KeyDescriptionOwned
impl Clone for KeyDescriptionOwned
sourcefn clone(&self) -> KeyDescriptionOwned
fn clone(&self) -> KeyDescriptionOwned
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for KeyDescriptionOwned
impl Debug for KeyDescriptionOwned
sourceimpl<'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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more