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