Struct warg_client::version_util::Import
source · pub struct Import {
pub name: String,
pub req: VersionReq,
pub kind: ImportKind,
}Expand description
Dependency in dep solve
Fields§
§name: StringImport name
req: VersionReqVersion Requirements
kind: ImportKindImport kind
Trait Implementations§
source§impl PartialEq for Import
impl PartialEq for Import
impl Eq for Import
impl StructuralPartialEq for Import
Auto Trait Implementations§
impl RefUnwindSafe for Import
impl Send for Import
impl Sync for Import
impl Unpin for Import
impl UnwindSafe for Import
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.