pub struct PageID { /* private fields */ }
Expand description
Guaranteed valid Page ID.
Implementations§
Trait Implementations§
Source§impl Ord for PageID
impl Ord for PageID
Source§impl PartialOrd for PageID
impl PartialOrd for PageID
impl Copy for PageID
impl Eq for PageID
impl StructuralPartialEq for PageID
Auto Trait Implementations§
impl Freeze for PageID
impl RefUnwindSafe for PageID
impl Send for PageID
impl Sync for PageID
impl Unpin for PageID
impl UnwindSafe for PageID
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)