pub struct LockfileSummary {
pub package_count: usize,
pub duplicate_versions: Vec<LockfileDuplicateVersion>,
}Fields§
§package_count: usize§duplicate_versions: Vec<LockfileDuplicateVersion>Trait Implementations§
Source§impl Clone for LockfileSummary
impl Clone for LockfileSummary
Source§fn clone(&self) -> LockfileSummary
fn clone(&self) -> LockfileSummary
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 LockfileSummary
impl Debug for LockfileSummary
Source§impl PartialEq for LockfileSummary
impl PartialEq for LockfileSummary
Source§impl Serialize for LockfileSummary
impl Serialize for LockfileSummary
impl Eq for LockfileSummary
impl StructuralPartialEq for LockfileSummary
Auto Trait Implementations§
impl Freeze for LockfileSummary
impl RefUnwindSafe for LockfileSummary
impl Send for LockfileSummary
impl Sync for LockfileSummary
impl Unpin for LockfileSummary
impl UnsafeUnpin for LockfileSummary
impl UnwindSafe for LockfileSummary
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