pub struct ItemCount(/* private fields */);
Expand description
New-type representing the total count of items
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ItemCount
impl<'de> Deserialize<'de> for ItemCount
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
Source§impl Ord for ItemCount
impl Ord for ItemCount
Source§impl PartialOrd for ItemCount
impl PartialOrd for ItemCount
impl Copy for ItemCount
impl Eq for ItemCount
impl StructuralPartialEq for ItemCount
Auto Trait Implementations§
impl Freeze for ItemCount
impl RefUnwindSafe for ItemCount
impl Send for ItemCount
impl Sync for ItemCount
impl Unpin for ItemCount
impl UnwindSafe for ItemCount
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