pub struct LargestRootBtreePage(/* private fields */);Expand description
§Largest root b-tree page (4 Bytes)
The page number of the largest root b-tree page when in auto-vacuum or incremental-vacuum modes, or zero otherwise.
Trait Implementations§
Source§impl Debug for LargestRootBtreePage
impl Debug for LargestRootBtreePage
Source§impl Default for LargestRootBtreePage
impl Default for LargestRootBtreePage
Source§fn default() -> LargestRootBtreePage
fn default() -> LargestRootBtreePage
Returns the “default value” for a type. Read more
Source§impl Deref for LargestRootBtreePage
impl Deref for LargestRootBtreePage
Auto Trait Implementations§
impl Freeze for LargestRootBtreePage
impl RefUnwindSafe for LargestRootBtreePage
impl Send for LargestRootBtreePage
impl Sync for LargestRootBtreePage
impl Unpin for LargestRootBtreePage
impl UnwindSafe for LargestRootBtreePage
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