pub struct ApiLimit100(/* private fields */);
Expand description
§Notes
Values have to lie between 1 and 100. The default value is 100.
Implementations§
Source§impl ApiLimit100
impl ApiLimit100
pub fn new(inner: i32) -> Result<Self, ParameterError>
Source§impl ApiLimit100
impl ApiLimit100
pub fn into_inner(self) -> i32
Trait Implementations§
Source§impl Clone for ApiLimit100
impl Clone for ApiLimit100
Source§fn clone(&self) -> ApiLimit100
fn clone(&self) -> ApiLimit100
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ApiLimit100
impl Debug for ApiLimit100
Source§impl Display for ApiLimit100
impl Display for ApiLimit100
Source§impl From<ApiLimit100> for i32
impl From<ApiLimit100> for i32
Source§fn from(value: ApiLimit100) -> Self
fn from(value: ApiLimit100) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ApiLimit100
impl PartialEq for ApiLimit100
Source§impl TryFrom<i32> for ApiLimit100
impl TryFrom<i32> for ApiLimit100
impl Copy for ApiLimit100
impl Eq for ApiLimit100
impl StructuralPartialEq for ApiLimit100
Auto Trait Implementations§
impl Freeze for ApiLimit100
impl RefUnwindSafe for ApiLimit100
impl Send for ApiLimit100
impl Sync for ApiLimit100
impl Unpin for ApiLimit100
impl UnwindSafe for ApiLimit100
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