pub struct CeremonyInstancePageLimit(/* private fields */);Expand description
Maximum number of ceremony instances returned by one public page.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyInstancePageLimit
impl Clone for CeremonyInstancePageLimit
impl Copy for CeremonyInstancePageLimit
Source§impl Debug for CeremonyInstancePageLimit
impl Debug for CeremonyInstancePageLimit
Source§impl Default for CeremonyInstancePageLimit
impl Default for CeremonyInstancePageLimit
Source§impl<'de> Deserialize<'de> for CeremonyInstancePageLimit
impl<'de> Deserialize<'de> for CeremonyInstancePageLimit
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CeremonyInstancePageLimit
impl StructuralPartialEq for CeremonyInstancePageLimit
Auto Trait Implementations§
impl Freeze for CeremonyInstancePageLimit
impl RefUnwindSafe for CeremonyInstancePageLimit
impl Send for CeremonyInstancePageLimit
impl Sync for CeremonyInstancePageLimit
impl Unpin for CeremonyInstancePageLimit
impl UnsafeUnpin for CeremonyInstancePageLimit
impl UnwindSafe for CeremonyInstancePageLimit
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