pub enum InsertKey<'a> {
Embed(&'a [u8]),
Reference((u64, u64)),
}Expand description
Key to insert. Used by Index::insert_advanced.
Variants§
Auto Trait Implementations§
impl<'a> Freeze for InsertKey<'a>
impl<'a> RefUnwindSafe for InsertKey<'a>
impl<'a> Send for InsertKey<'a>
impl<'a> Sync for InsertKey<'a>
impl<'a> Unpin for InsertKey<'a>
impl<'a> UnwindSafe for InsertKey<'a>
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