pub struct TableRegistryPage {
pub pages_list_page: Page,
pub free_segments_page: Page,
}Expand description
Data regarding the table registry page.
Fields§
§pages_list_page: Page§free_segments_page: PageTrait Implementations§
Source§impl Clone for TableRegistryPage
impl Clone for TableRegistryPage
Source§fn clone(&self) -> TableRegistryPage
fn clone(&self) -> TableRegistryPage
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 moreSource§impl Debug for TableRegistryPage
impl Debug for TableRegistryPage
Source§impl PartialEq for TableRegistryPage
impl PartialEq for TableRegistryPage
impl Copy for TableRegistryPage
impl Eq for TableRegistryPage
impl StructuralPartialEq for TableRegistryPage
Auto Trait Implementations§
impl Freeze for TableRegistryPage
impl RefUnwindSafe for TableRegistryPage
impl Send for TableRegistryPage
impl Sync for TableRegistryPage
impl Unpin for TableRegistryPage
impl UnsafeUnpin for TableRegistryPage
impl UnwindSafe for TableRegistryPage
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