Struct simple_db_rust::btree::page::BTreePageID [−][src]
pub struct BTreePageID {
pub category: PageCategory,
pub page_index: usize,
pub table_id: i32,
}
Fields
category: PageCategory
page_index: usize
table_id: i32
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BTreePageID
impl Send for BTreePageID
impl Sync for BTreePageID
impl Unpin for BTreePageID
impl UnwindSafe for BTreePageID
Blanket Implementations
Mutably borrows from an owned value. Read more