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 moresource§impl<'tl> Debug for KeyDescription<'tl>
impl<'tl> Debug for KeyDescription<'tl>
source§impl<'tl> TlRead<'tl> for KeyDescription<'tl>
impl<'tl> TlRead<'tl> for KeyDescription<'tl>
source§impl<'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§
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