pub struct PageLimit(/* private fields */);Expand description
Nonzero limit on pages admitted by one cursor.
Implementations§
Trait Implementations§
impl Copy for PageLimit
impl Eq for PageLimit
Source§impl Ord for PageLimit
impl Ord for PageLimit
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for PageLimit
impl PartialOrd for PageLimit
impl StructuralPartialEq for PageLimit
Auto Trait Implementations§
impl Freeze for PageLimit
impl RefUnwindSafe for PageLimit
impl Send for PageLimit
impl Sync for PageLimit
impl Unpin for PageLimit
impl UnsafeUnpin for PageLimit
impl UnwindSafe for PageLimit
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