[][src]Enum alpm::DepMod

#[repr(u32)]pub enum DepMod {
    Any,
    Eq,
    Ge,
    Le,
    Gt,
    Lt,
}

Variants

Any
Eq
Ge
Le
Gt
Lt

Trait Implementations

impl Clone for DepMod[src]

impl Copy for DepMod[src]

impl Debug for DepMod[src]

impl Eq for DepMod[src]

impl<'_> From<DepModVer<'_>> for DepMod[src]

impl Hash for DepMod[src]

impl Ord for DepMod[src]

impl PartialEq<DepMod> for DepMod[src]

impl PartialOrd<DepMod> for DepMod[src]

impl StructuralEq for DepMod[src]

impl StructuralPartialEq for DepMod[src]

Auto Trait Implementations

impl RefUnwindSafe for DepMod

impl Send for DepMod

impl Sync for DepMod

impl Unpin for DepMod

impl UnwindSafe for DepMod

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.