pub struct CeremonyEventPageLimit(/* private fields */);Expand description
Validated size of one ceremony-event page.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyEventPageLimit
impl Clone for CeremonyEventPageLimit
impl Copy for CeremonyEventPageLimit
Source§impl Debug for CeremonyEventPageLimit
impl Debug for CeremonyEventPageLimit
Source§impl Default for CeremonyEventPageLimit
impl Default for CeremonyEventPageLimit
Source§impl<'de> Deserialize<'de> for CeremonyEventPageLimit
impl<'de> Deserialize<'de> for CeremonyEventPageLimit
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 CeremonyEventPageLimit
Source§impl Hash for CeremonyEventPageLimit
impl Hash for CeremonyEventPageLimit
Source§impl PartialEq for CeremonyEventPageLimit
impl PartialEq for CeremonyEventPageLimit
Source§impl Serialize for CeremonyEventPageLimit
impl Serialize for CeremonyEventPageLimit
impl StructuralPartialEq for CeremonyEventPageLimit
Auto Trait Implementations§
impl Freeze for CeremonyEventPageLimit
impl RefUnwindSafe for CeremonyEventPageLimit
impl Send for CeremonyEventPageLimit
impl Sync for CeremonyEventPageLimit
impl Unpin for CeremonyEventPageLimit
impl UnsafeUnpin for CeremonyEventPageLimit
impl UnwindSafe for CeremonyEventPageLimit
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