pub enum PageCategory {
RootPointer,
Internal,
Leaf,
Header,
}
Variants§
Trait Implementations§
Source§impl Clone for PageCategory
impl Clone for PageCategory
Source§fn clone(&self) -> PageCategory
fn clone(&self) -> PageCategory
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 PageCategory
impl Debug for PageCategory
Source§impl Display for PageCategory
impl Display for PageCategory
Source§impl Hash for PageCategory
impl Hash for PageCategory
Source§impl PartialEq for PageCategory
impl PartialEq for PageCategory
impl Copy for PageCategory
impl Eq for PageCategory
impl StructuralPartialEq for PageCategory
Auto Trait Implementations§
impl Freeze for PageCategory
impl RefUnwindSafe for PageCategory
impl Send for PageCategory
impl Sync for PageCategory
impl Unpin for PageCategory
impl UnwindSafe for PageCategory
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