pub struct RowExtent {
pub rows: u64,
pub row_bytes: u64,
}Expand description
行范围(为批量连续读服务)
Fields§
§rows: u64§row_bytes: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowExtent
impl RefUnwindSafe for RowExtent
impl Send for RowExtent
impl Sync for RowExtent
impl Unpin for RowExtent
impl UnsafeUnpin for RowExtent
impl UnwindSafe for RowExtent
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