pub enum EntryItemsType<B>where
B: ByteSlice,{
Regular(Ref<B, [RegularEntryItem]>),
Compact(Ref<B, [CompactEntryItem]>),
}Variants§
Implementations§
Source§impl<B> EntryItemsType<B>where
B: ByteSliceMut,
impl<B> EntryItemsType<B>where
B: ByteSliceMut,
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for EntryItemsType<B>where
B: Freeze,
impl<B> RefUnwindSafe for EntryItemsType<B>where
B: RefUnwindSafe,
impl<B> Send for EntryItemsType<B>where
B: Send,
impl<B> Sync for EntryItemsType<B>where
B: Sync,
impl<B> Unpin for EntryItemsType<B>where
B: Unpin,
impl<B> UnsafeUnpin for EntryItemsType<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for EntryItemsType<B>where
B: UnwindSafe,
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