pub struct CursorItemAccessor<'c, 'k, K: 'k> { /* private fields */ }
Implementations§
Source§impl<'k, 'c: 'k, K: ToMdbValue> CursorItemAccessor<'c, 'k, K>
impl<'k, 'c: 'k, K: ToMdbValue> CursorItemAccessor<'c, 'k, K>
Trait Implementations§
Auto Trait Implementations§
impl<'c, 'k, K> Freeze for CursorItemAccessor<'c, 'k, K>
impl<'c, 'k, K> RefUnwindSafe for CursorItemAccessor<'c, 'k, K>where
K: RefUnwindSafe,
impl<'c, 'k, K> !Send for CursorItemAccessor<'c, 'k, K>
impl<'c, 'k, K> !Sync for CursorItemAccessor<'c, 'k, K>
impl<'c, 'k, K> Unpin for CursorItemAccessor<'c, 'k, K>
impl<'c, 'k, K> UnwindSafe for CursorItemAccessor<'c, 'k, K>where
K: RefUnwindSafe,
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