pub struct Entry<'a, V> where
V: 'a + ValueEnDe, {
pub key: Box<[u8]>,
pub hdr: &'a MapxOrdRawKey<V>,
}Fields
key: Box<[u8]>hdr: &'a MapxOrdRawKey<V>Implementations
Auto Trait Implementations
impl<'a, V> RefUnwindSafe for Entry<'a, V> where
V: RefUnwindSafe,
impl<'a, V> Send for Entry<'a, V> where
V: Sync,
impl<'a, V> Sync for Entry<'a, V> where
V: Sync,
impl<'a, V> Unpin for Entry<'a, V>
impl<'a, V> UnwindSafe for Entry<'a, V> where
V: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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