pub struct MarketplaceBackgroundInstallMetrics {
pub installed_count: usize,
pub updated_count: usize,
pub failed_count: usize,
pub up_to_date_count: usize,
}Expand description
Analytics metrics for background install
Fields§
§installed_count: usize§updated_count: usize§failed_count: usize§up_to_date_count: usizeTrait Implementations§
Source§impl Clone for MarketplaceBackgroundInstallMetrics
impl Clone for MarketplaceBackgroundInstallMetrics
Source§fn clone(&self) -> MarketplaceBackgroundInstallMetrics
fn clone(&self) -> MarketplaceBackgroundInstallMetrics
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for MarketplaceBackgroundInstallMetrics
impl RefUnwindSafe for MarketplaceBackgroundInstallMetrics
impl Send for MarketplaceBackgroundInstallMetrics
impl Sync for MarketplaceBackgroundInstallMetrics
impl Unpin for MarketplaceBackgroundInstallMetrics
impl UnsafeUnpin for MarketplaceBackgroundInstallMetrics
impl UnwindSafe for MarketplaceBackgroundInstallMetrics
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