pub struct Dependencies { /* private fields */ }
Expand description
Human-readable description of the binary
Implementations§
Source§impl Dependencies
impl Dependencies
Sourcepub fn new(dependency_tree: VersionInfo) -> Self
pub fn new(dependency_tree: VersionInfo) -> Self
Create a new instance of Dependencies
.
Sourcepub fn version_info(&self) -> &VersionInfo
pub fn version_info(&self) -> &VersionInfo
Provides access to the version information stored in the object
Trait Implementations§
Source§impl Clone for Dependencies
impl Clone for Dependencies
Source§fn clone(&self) -> Dependencies
fn clone(&self) -> Dependencies
Returns a copy 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 ComponentSection for Dependencies
impl ComponentSection for Dependencies
Source§impl Debug for Dependencies
impl Debug for Dependencies
Source§impl Display for Dependencies
impl Display for Dependencies
Source§impl Encode for Dependencies
impl Encode for Dependencies
Source§impl PartialEq for Dependencies
impl PartialEq for Dependencies
Source§impl Section for Dependencies
impl Section for Dependencies
Source§impl Serialize for Dependencies
impl Serialize for Dependencies
impl StructuralPartialEq for Dependencies
Auto Trait Implementations§
impl Freeze for Dependencies
impl RefUnwindSafe for Dependencies
impl Send for Dependencies
impl Sync for Dependencies
impl Unpin for Dependencies
impl UnwindSafe for Dependencies
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