pub struct Dependency {
pub kind: DependencyKind,
pub from: PackageID,
pub on: PackageID,
/* private fields */
}Fields§
§kind: DependencyKind§from: PackageID§on: PackageIDImplementations§
Source§impl Dependency
impl Dependency
pub fn svd(&self) -> Option<&SourceVersionDescriptor>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dependency
impl RefUnwindSafe for Dependency
impl Send for Dependency
impl Sync for Dependency
impl Unpin for Dependency
impl UnwindSafe for Dependency
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