#[repr(C)]pub struct DepSpec { /* private fields */ }Expand description
C-compatible wrapper for pkgcraft::dep::DepSpec.
Trait Implementations§
source§impl Ord for DepSpec
impl Ord for DepSpec
source§impl PartialEq<DepSpec> for DepSpec
impl PartialEq<DepSpec> for DepSpec
source§impl PartialOrd<DepSpec> for DepSpec
impl PartialOrd<DepSpec> for DepSpec
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for DepSpec
Auto Trait Implementations§
impl RefUnwindSafe for DepSpec
impl !Send for DepSpec
impl !Sync for DepSpec
impl Unpin for DepSpec
impl UnwindSafe for DepSpec
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more