pub struct KeyOwned {
pub id: [u8; 32],
pub name: Bytes,
pub idx: u32,
}Fields§
§id: [u8; 32]§name: Bytes§idx: u32Implementations§
Trait Implementations§
Source§impl BoxedConstructor for KeyOwned
impl BoxedConstructor for KeyOwned
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.Auto Trait Implementations§
impl !Freeze for KeyOwned
impl RefUnwindSafe for KeyOwned
impl Send for KeyOwned
impl Sync for KeyOwned
impl Unpin for KeyOwned
impl UnwindSafe for KeyOwned
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