pub struct BinaryPackageReleaseDownloadCount(/* private fields */);Expand description
Daily download count of a binary package release in an archive.
Implementations§
Source§impl BinaryPackageReleaseDownloadCount
impl BinaryPackageReleaseDownloadCount
pub fn get<'a>( &self, client: &'a dyn Client, ) -> Result<BinaryPackageReleaseDownloadCountFull, Error>
pub fn get_wadl<'a>(&self, client: &'a dyn Client) -> Result<Resource, Error>
pub fn put<'a>( &self, client: &'a dyn Client, representation: &BinaryPackageReleaseDownloadCountFull, ) -> Result<(), Error>
pub fn patch<'a>( &self, client: &'a dyn Client, representation: &BinaryPackageReleaseDownloadCountDiff, ) -> Result<(), Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryPackageReleaseDownloadCount
impl RefUnwindSafe for BinaryPackageReleaseDownloadCount
impl Send for BinaryPackageReleaseDownloadCount
impl Sync for BinaryPackageReleaseDownloadCount
impl Unpin for BinaryPackageReleaseDownloadCount
impl UnwindSafe for BinaryPackageReleaseDownloadCount
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