pub struct MaxItemCount(/* private fields */);
Expand description
The max number of items in the collection
Implementations§
Trait Implementations§
source§impl Clone for MaxItemCount
impl Clone for MaxItemCount
source§fn clone(&self) -> MaxItemCount
fn clone(&self) -> MaxItemCount
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 MaxItemCount
impl Debug for MaxItemCount
source§impl Default for MaxItemCount
impl Default for MaxItemCount
source§impl From<i32> for MaxItemCount
impl From<i32> for MaxItemCount
source§impl Header for MaxItemCount
impl Header for MaxItemCount
fn name(&self) -> HeaderName
fn value(&self) -> HeaderValue
impl Copy for MaxItemCount
Auto Trait Implementations§
impl Freeze for MaxItemCount
impl RefUnwindSafe for MaxItemCount
impl Send for MaxItemCount
impl Sync for MaxItemCount
impl Unpin for MaxItemCount
impl UnwindSafe for MaxItemCount
Blanket Implementations§
source§impl<T> AsHeaders for Twhere
T: Header,
impl<T> AsHeaders for Twhere
T: Header,
type Iter = IntoIter<(HeaderName, HeaderValue)>
fn as_headers(&self) -> <T as AsHeaders>::Iter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)