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: UpdateRulesignature: &'tl [u8]Implementations
sourceimpl KeyDescription<'_>
impl KeyDescription<'_>
pub fn as_equivalent_owned(&self) -> KeyDescriptionOwned
Trait Implementations
sourceimpl BoxedConstructor for KeyDescription<'_>
impl BoxedConstructor for KeyDescription<'_>
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<'tl> Clone for KeyDescription<'tl>
impl<'tl> Clone for KeyDescription<'tl>
sourcefn clone(&self) -> KeyDescription<'tl>
fn clone(&self) -> KeyDescription<'tl>
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<'tl> Debug for KeyDescription<'tl>
impl<'tl> Debug for KeyDescription<'tl>
sourceimpl<'tl> TlRead<'tl> for KeyDescription<'tl>
impl<'tl> TlRead<'tl> for KeyDescription<'tl>
sourceimpl<'tl> TlWrite for KeyDescription<'tl>
impl<'tl> TlWrite for KeyDescription<'tl>
impl<'tl> Copy for KeyDescription<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for KeyDescription<'tl>
impl<'tl> Send for KeyDescription<'tl>
impl<'tl> Sync for KeyDescription<'tl>
impl<'tl> Unpin for KeyDescription<'tl>
impl<'tl> UnwindSafe for KeyDescription<'tl>
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