Fields
id: HashRef<'tl>name: &'tl [u8]idx: u32Implementations
sourceimpl Key<'_>
impl Key<'_>
pub fn as_equivalent_owned(&self) -> KeyOwned
Trait Implementations
sourceimpl BoxedConstructor for Key<'_>
impl BoxedConstructor for Key<'_>
const TL_ID: u32 = 4_134_002_319u32
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 Key<'tl>
impl<'tl> Eq for Key<'tl>
impl<'tl> StructuralEq for Key<'tl>
impl<'tl> StructuralPartialEq for Key<'tl>
Auto Trait Implementations
impl<'tl> RefUnwindSafe for Key<'tl>
impl<'tl> Send for Key<'tl>
impl<'tl> Sync for Key<'tl>
impl<'tl> Unpin for Key<'tl>
impl<'tl> UnwindSafe for Key<'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