pub struct BundleSummary {
pub total_artifacts: usize,
pub collected: usize,
pub failed: usize,
}Fields§
§total_artifacts: usize§collected: usize§failed: usizeTrait Implementations§
Source§impl Clone for BundleSummary
impl Clone for BundleSummary
Source§fn clone(&self) -> BundleSummary
fn clone(&self) -> BundleSummary
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 moreSource§impl Debug for BundleSummary
impl Debug for BundleSummary
Source§impl PartialEq for BundleSummary
impl PartialEq for BundleSummary
Source§impl Serialize for BundleSummary
impl Serialize for BundleSummary
impl Eq for BundleSummary
impl StructuralPartialEq for BundleSummary
Auto Trait Implementations§
impl Freeze for BundleSummary
impl RefUnwindSafe for BundleSummary
impl Send for BundleSummary
impl Sync for BundleSummary
impl Unpin for BundleSummary
impl UnsafeUnpin for BundleSummary
impl UnwindSafe for BundleSummary
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