pub struct TableRuntimeMetadata {
pub name: String,
pub root_page_id: PageId,
pub row_count: u64,
pub next_row_id: u64,
}Fields§
§name: String§root_page_id: PageId§row_count: u64§next_row_id: u64Trait Implementations§
Source§impl Clone for TableRuntimeMetadata
impl Clone for TableRuntimeMetadata
Source§fn clone(&self) -> TableRuntimeMetadata
fn clone(&self) -> TableRuntimeMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TableRuntimeMetadata
impl RefUnwindSafe for TableRuntimeMetadata
impl Send for TableRuntimeMetadata
impl Sync for TableRuntimeMetadata
impl Unpin for TableRuntimeMetadata
impl UnsafeUnpin for TableRuntimeMetadata
impl UnwindSafe for TableRuntimeMetadata
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