[][src]Struct aur_depends::Base

pub struct Base {
    pub pkgbase: String,
    pub pkgs: Vec<AurPackage>,
}

A package base.

Fields

pkgbase: String

The name of the pkgbase.

pkgs: Vec<AurPackage>

The packages that should be installed from the pkgbase.

Trait Implementations

impl Eq for Base[src]

impl PartialOrd<Base> for Base[src]

impl Ord for Base[src]

impl PartialEq<Base> for Base[src]

impl Hash for Base[src]

impl Debug for Base[src]

Auto Trait Implementations

impl Unpin for Base

impl Sync for Base

impl Send for Base

impl UnwindSafe for Base

impl RefUnwindSafe for Base

Blanket Implementations

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

impl<T> From<T> for T[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.

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

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

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

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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