pub struct Dep {
pub pkg_name: String,
pub rstr: Option<Rstr>,
}Expand description
Package dependency
Fields§
§pkg_name: String§rstr: Option<Rstr>Trait Implementations§
impl Eq for Dep
Source§impl Ord for Dep
Make package dependency sortable
impl Ord for Dep
Make package dependency sortable
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
Auto Trait Implementations§
impl Freeze for Dep
impl RefUnwindSafe for Dep
impl Send for Dep
impl Sync for Dep
impl Unpin for Dep
impl UnsafeUnpin for Dep
impl UnwindSafe for Dep
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