[][src]Struct alpm::Dep

pub struct Dep<'a> { /* fields omitted */ }

Implementations

impl<'a> Dep<'a>[src]

pub fn to_depend(&self) -> Depend[src]

pub fn name(&self) -> &str[src]

pub fn version(&self) -> Option<&Ver>[src]

pub fn desc(&self) -> &str[src]

pub fn name_hash(&self) -> u64[src]

pub fn depmod(&self) -> DepMod[src]

pub fn depmodver(&self) -> DepModVer<'_>[src]

Trait Implementations

impl<'a> AsAlpmListItemPtr<'a> for Dep<'a>[src]

type Output = Dep<'a>

impl<'a> AsDep for Dep<'a>[src]

impl<'a, '_> AsDep for &'_ Dep<'a>[src]

impl<'a> Debug for Dep<'a>[src]

impl<'a> Display for Dep<'a>[src]

impl<'a> Eq for Dep<'a>[src]

impl<'a> Hash for Dep<'a>[src]

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Dep<'a>[src]

type Borrow = Self

impl<'a> PartialEq<Dep<'a>> for Dep<'a>[src]

impl<'a> Push<'a> for Dep<'a>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for Dep<'a>

impl<'a> !Send for Dep<'a>

impl<'a> !Sync for Dep<'a>

impl<'a> Unpin for Dep<'a>

impl<'a> UnwindSafe for Dep<'a>

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> ToString for T where
    T: Display + ?Sized
[src]

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.