Struct everscale_network::proto::dht::Value
source · pub struct Value<'tl> {
pub key: KeyDescription<'tl>,
pub value: &'tl [u8],
pub ttl: u32,
pub signature: &'tl [u8],
}Fields§
§key: KeyDescription<'tl>§value: &'tl [u8]§ttl: u32§signature: &'tl [u8]Implementations§
source§impl Value<'_>
impl Value<'_>
pub fn as_equivalent_owned(&self) -> ValueOwned
Trait Implementations§
source§impl BoxedConstructor for Value<'_>
impl BoxedConstructor for Value<'_>
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.impl<'tl> Copy for Value<'tl>
Auto Trait Implementations§
impl<'tl> RefUnwindSafe for Value<'tl>
impl<'tl> Send for Value<'tl>
impl<'tl> Sync for Value<'tl>
impl<'tl> Unpin for Value<'tl>
impl<'tl> UnwindSafe for Value<'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