pub struct DepName(/* private fields */);Expand description
A dependency’s package name within its ecosystem.
Implementations§
Trait Implementations§
impl Eq for DepName
Source§impl Ord for DepName
impl Ord for DepName
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DepName
impl PartialOrd for DepName
impl StructuralPartialEq for DepName
Auto Trait Implementations§
impl Freeze for DepName
impl RefUnwindSafe for DepName
impl Send for DepName
impl Sync for DepName
impl Unpin for DepName
impl UnsafeUnpin for DepName
impl UnwindSafe for DepName
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