[][src]Struct aur_depends::Group

pub struct Group<'a> {
    pub db: Db<'a>,
    pub group: Group<'a>,
}

An alpm Db+Group pair passed to the group callback.

Fields

db: Db<'a>

The db the group belongs to.

group: Group<'a>

The group.

Auto Trait Implementations

impl<'a> RefUnwindSafe for Group<'a>

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

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

impl<'a> Unpin for Group<'a>

impl<'a> UnwindSafe for Group<'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> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.