pub struct RunEventPageSize(/* private fields */);Expand description
Validated number of events requested from an operational source.
Implementations§
Source§impl RunEventPageSize
impl RunEventPageSize
Sourcepub const fn new(value: usize) -> Result<Self, RunEventQueryError>
pub const fn new(value: usize) -> Result<Self, RunEventQueryError>
Trait Implementations§
Source§impl Clone for RunEventPageSize
impl Clone for RunEventPageSize
Source§fn clone(&self) -> RunEventPageSize
fn clone(&self) -> RunEventPageSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RunEventPageSize
Source§impl Debug for RunEventPageSize
impl Debug for RunEventPageSize
Source§impl<'de> Deserialize<'de> for RunEventPageSize
impl<'de> Deserialize<'de> for RunEventPageSize
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 RunEventPageSize
Source§impl PartialEq for RunEventPageSize
impl PartialEq for RunEventPageSize
Source§impl Serialize for RunEventPageSize
impl Serialize for RunEventPageSize
impl StructuralPartialEq for RunEventPageSize
Auto Trait Implementations§
impl Freeze for RunEventPageSize
impl RefUnwindSafe for RunEventPageSize
impl Send for RunEventPageSize
impl Sync for RunEventPageSize
impl Unpin for RunEventPageSize
impl UnsafeUnpin for RunEventPageSize
impl UnwindSafe for RunEventPageSize
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