pub struct CursorEntry {
pub key: Vec<u8>,
pub value: Vec<u8>,
pub flags: u32,
}Fields§
§key: Vec<u8>§value: Vec<u8>§flags: u32Auto Trait Implementations§
impl Freeze for CursorEntry
impl RefUnwindSafe for CursorEntry
impl Send for CursorEntry
impl Sync for CursorEntry
impl Unpin for CursorEntry
impl UnwindSafe for CursorEntry
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