pub struct RowMeta {
pub expire_timestamp: u64,
pub key_size: usize,
pub value_size: usize,
}Fields§
§expire_timestamp: u64§key_size: usize§value_size: usizeTrait Implementations§
impl Eq for RowMeta
impl StructuralPartialEq for RowMeta
Auto Trait Implementations§
impl Freeze for RowMeta
impl RefUnwindSafe for RowMeta
impl Send for RowMeta
impl Sync for RowMeta
impl Unpin for RowMeta
impl UnwindSafe for RowMeta
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