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: u32signature: &'tl [u8]Implementations
sourceimpl Value<'_>
impl Value<'_>
pub fn as_equivalent_owned(&self) -> ValueOwned
Trait Implementations
sourceimpl BoxedConstructor for Value<'_>
impl BoxedConstructor for Value<'_>
const TL_ID: u32 = 2_427_267_019u32
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
BoxedWrapperimpl<'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
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