pub struct DependencySets {
pub declared: Vec<DependencyInfo>,
pub compiled: Vec<DependencyInfo>,
pub delta: Vec<DeltaEntry>,
pub orphaned: Vec<DependencyInfo>,
pub summary: Summary,
}Fields§
§declared: Vec<DependencyInfo>§compiled: Vec<DependencyInfo>§delta: Vec<DeltaEntry>§orphaned: Vec<DependencyInfo>§summary: SummaryTrait Implementations§
Source§impl Clone for DependencySets
impl Clone for DependencySets
Source§fn clone(&self) -> DependencySets
fn clone(&self) -> DependencySets
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 DependencySets
impl Debug for DependencySets
Source§impl PartialEq for DependencySets
impl PartialEq for DependencySets
Source§impl Serialize for DependencySets
impl Serialize for DependencySets
impl Eq for DependencySets
impl StructuralPartialEq for DependencySets
Auto Trait Implementations§
impl Freeze for DependencySets
impl RefUnwindSafe for DependencySets
impl Send for DependencySets
impl Sync for DependencySets
impl Unpin for DependencySets
impl UnsafeUnpin for DependencySets
impl UnwindSafe for DependencySets
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