pub struct DependencySummary {
pub ecosystems: Vec<DependencyEcosystemSummary>,
pub total_manifests: usize,
pub total_dependencies: usize,
}Fields§
§ecosystems: Vec<DependencyEcosystemSummary>§total_manifests: usize§total_dependencies: usizeTrait Implementations§
Source§impl Clone for DependencySummary
impl Clone for DependencySummary
Source§fn clone(&self) -> DependencySummary
fn clone(&self) -> DependencySummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DependencySummary
impl Debug for DependencySummary
Source§impl Default for DependencySummary
impl Default for DependencySummary
Source§fn default() -> DependencySummary
fn default() -> DependencySummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DependencySummary
impl<'de> Deserialize<'de> for DependencySummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DependencySummary
impl PartialEq for DependencySummary
Source§fn eq(&self, other: &DependencySummary) -> bool
fn eq(&self, other: &DependencySummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DependencySummary
impl Serialize for DependencySummary
impl Eq for DependencySummary
impl StructuralPartialEq for DependencySummary
Auto Trait Implementations§
impl Freeze for DependencySummary
impl RefUnwindSafe for DependencySummary
impl Send for DependencySummary
impl Sync for DependencySummary
impl Unpin for DependencySummary
impl UnsafeUnpin for DependencySummary
impl UnwindSafe for DependencySummary
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