pub struct AgenticSystemPageLimit(/* private fields */);Expand description
How many designs one page of a catalogue holds.
Bounded at the type rather than at each adapter, so a listing cannot be made unbounded by a caller sending a large number and an adapter forgetting to clamp it.
Implementations§
Trait Implementations§
Source§impl Clone for AgenticSystemPageLimit
impl Clone for AgenticSystemPageLimit
impl Copy for AgenticSystemPageLimit
Source§impl Debug for AgenticSystemPageLimit
impl Debug for AgenticSystemPageLimit
Source§impl Default for AgenticSystemPageLimit
impl Default for AgenticSystemPageLimit
Source§impl<'de> Deserialize<'de> for AgenticSystemPageLimit
impl<'de> Deserialize<'de> for AgenticSystemPageLimit
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AgenticSystemPageLimit
impl Display for AgenticSystemPageLimit
impl Eq for AgenticSystemPageLimit
Source§impl Hash for AgenticSystemPageLimit
impl Hash for AgenticSystemPageLimit
Source§impl Ord for AgenticSystemPageLimit
impl Ord for AgenticSystemPageLimit
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 PartialEq for AgenticSystemPageLimit
impl PartialEq for AgenticSystemPageLimit
Source§impl PartialOrd for AgenticSystemPageLimit
impl PartialOrd for AgenticSystemPageLimit
Source§impl Serialize for AgenticSystemPageLimit
impl Serialize for AgenticSystemPageLimit
impl StructuralPartialEq for AgenticSystemPageLimit
Auto Trait Implementations§
impl Freeze for AgenticSystemPageLimit
impl RefUnwindSafe for AgenticSystemPageLimit
impl Send for AgenticSystemPageLimit
impl Sync for AgenticSystemPageLimit
impl Unpin for AgenticSystemPageLimit
impl UnsafeUnpin for AgenticSystemPageLimit
impl UnwindSafe for AgenticSystemPageLimit
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