pub unsafe trait IntoAlpmListItem<'a, 'b> {
    type Borrow: Debug;
}

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for &'a str

§

type Borrow = &'a str

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for String

§

type Borrow = &'b str

Implementors§

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Backup

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Conflict<'a>

§

type Borrow = Conflict<'a>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Db<'a>

§

type Borrow = Db<'a>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for DbMut<'a>

§

type Borrow = DbMut<'a>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Dep<'a>

§

type Borrow = Dep<'a>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Depend

§

type Borrow = Dep<'b>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for DependMissing

§

type Borrow = DepMissing<'b>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Group<'a>

§

type Borrow = Group<'a>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for OwnedConflict

§

type Borrow = Conflict<'b>

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for OwnedFileConflict

source§

impl<'a, 'b> IntoAlpmListItem<'a, 'b> for Package<'a>

§

type Borrow = Package<'a>