pub struct DepRef {
pub ecosystem: EcosystemId,
pub name: DepName,
pub version: Version,
}Expand description
A reference to a specific dependency at a specific version within an ecosystem.
Fields§
§ecosystem: EcosystemId§name: DepName§version: VersionTrait Implementations§
impl Eq for DepRef
impl StructuralPartialEq for DepRef
Auto Trait Implementations§
impl Freeze for DepRef
impl RefUnwindSafe for DepRef
impl Send for DepRef
impl Sync for DepRef
impl Unpin for DepRef
impl UnsafeUnpin for DepRef
impl UnwindSafe for DepRef
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