pub struct CeremonyInterventionPageLimit(/* private fields */);Expand description
How many interventions one page of a listing may carry.
Bounded at both ends, like every other page limit here: a page of none makes no progress, and an unbounded one turns one read of a long-running ceremony into an unbounded walk of its items.
Implementations§
Trait Implementations§
impl Copy for CeremonyInterventionPageLimit
impl Eq for CeremonyInterventionPageLimit
Source§impl Hash for CeremonyInterventionPageLimit
impl Hash for CeremonyInterventionPageLimit
Source§impl Ord for CeremonyInterventionPageLimit
impl Ord for CeremonyInterventionPageLimit
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for CeremonyInterventionPageLimit
impl PartialOrd for CeremonyInterventionPageLimit
impl StructuralPartialEq for CeremonyInterventionPageLimit
Auto Trait Implementations§
impl Freeze for CeremonyInterventionPageLimit
impl RefUnwindSafe for CeremonyInterventionPageLimit
impl Send for CeremonyInterventionPageLimit
impl Sync for CeremonyInterventionPageLimit
impl Unpin for CeremonyInterventionPageLimit
impl UnsafeUnpin for CeremonyInterventionPageLimit
impl UnwindSafe for CeremonyInterventionPageLimit
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