pub struct TableInfo {
pub name: Vec<u8>,
pub root_page: PageId,
pub root_hash: MerkleHash,
}Expand description
Metadata about a named table for multi-table sync negotiation.
Fields§
§name: Vec<u8>§root_page: PageId§root_hash: MerkleHashTrait Implementations§
impl Eq for TableInfo
impl StructuralPartialEq for TableInfo
Auto Trait Implementations§
impl Freeze for TableInfo
impl RefUnwindSafe for TableInfo
impl Send for TableInfo
impl Sync for TableInfo
impl Unpin for TableInfo
impl UnsafeUnpin for TableInfo
impl UnwindSafe for TableInfo
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