pub struct KvEntry {
pub value: Bytes,
pub revision: u64,
}Expand description
Re-exports every public item from klieo-core.
One KV entry.
Fields§
§value: BytesStored value.
revision: u64Revision number after the last write.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for KvEntry
impl RefUnwindSafe for KvEntry
impl Send for KvEntry
impl Sync for KvEntry
impl Unpin for KvEntry
impl UnsafeUnpin for KvEntry
impl UnwindSafe for KvEntry
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