pub struct PackagistDownloadCount(/* private fields */);Expand description
Packagist download count metadata.
Implementations§
Trait Implementations§
Source§impl Clone for PackagistDownloadCount
impl Clone for PackagistDownloadCount
Source§fn clone(&self) -> PackagistDownloadCount
fn clone(&self) -> PackagistDownloadCount
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 moreSource§impl Debug for PackagistDownloadCount
impl Debug for PackagistDownloadCount
Source§impl Hash for PackagistDownloadCount
impl Hash for PackagistDownloadCount
Source§impl Ord for PackagistDownloadCount
impl Ord for PackagistDownloadCount
Source§fn cmp(&self, other: &PackagistDownloadCount) -> Ordering
fn cmp(&self, other: &PackagistDownloadCount) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PackagistDownloadCount
impl PartialEq for PackagistDownloadCount
Source§fn eq(&self, other: &PackagistDownloadCount) -> bool
fn eq(&self, other: &PackagistDownloadCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PackagistDownloadCount
impl PartialOrd for PackagistDownloadCount
impl Copy for PackagistDownloadCount
impl Eq for PackagistDownloadCount
impl StructuralPartialEq for PackagistDownloadCount
Auto Trait Implementations§
impl Freeze for PackagistDownloadCount
impl RefUnwindSafe for PackagistDownloadCount
impl Send for PackagistDownloadCount
impl Sync for PackagistDownloadCount
impl Unpin for PackagistDownloadCount
impl UnsafeUnpin for PackagistDownloadCount
impl UnwindSafe for PackagistDownloadCount
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