pub struct HostDeliveryPageLimit(/* private fields */);Expand description
How many deliveries one call may hand back.
Capped in the domain rather than at each surface, so no caller can ask a host to swallow the whole ledger in one answer.
Implementations§
Trait Implementations§
Source§impl Clone for HostDeliveryPageLimit
impl Clone for HostDeliveryPageLimit
impl Copy for HostDeliveryPageLimit
Source§impl Debug for HostDeliveryPageLimit
impl Debug for HostDeliveryPageLimit
Source§impl Default for HostDeliveryPageLimit
impl Default for HostDeliveryPageLimit
Source§impl Display for HostDeliveryPageLimit
impl Display for HostDeliveryPageLimit
impl Eq for HostDeliveryPageLimit
Source§impl Hash for HostDeliveryPageLimit
impl Hash for HostDeliveryPageLimit
Source§impl Ord for HostDeliveryPageLimit
impl Ord for HostDeliveryPageLimit
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 HostDeliveryPageLimit
impl PartialEq for HostDeliveryPageLimit
Source§impl PartialOrd for HostDeliveryPageLimit
impl PartialOrd for HostDeliveryPageLimit
impl StructuralPartialEq for HostDeliveryPageLimit
Auto Trait Implementations§
impl Freeze for HostDeliveryPageLimit
impl RefUnwindSafe for HostDeliveryPageLimit
impl Send for HostDeliveryPageLimit
impl Sync for HostDeliveryPageLimit
impl Unpin for HostDeliveryPageLimit
impl UnsafeUnpin for HostDeliveryPageLimit
impl UnwindSafe for HostDeliveryPageLimit
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