pub struct DependencySummary {
pub name: String,
pub source: String,
pub version: String,
}Fields§
§name: String§source: String§version: StringTrait Implementations§
Source§impl Debug for DependencySummary
impl Debug 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