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.