Enum alpm::Question[][src]

pub enum Question<'a> {
    InstallIgnorepkg(InstallIgnorepkgQuestion<'a>),
    Replace(ReplaceQuestion<'a>),
    Conflict(ConflictQuestion<'a>),
    Corrupted(CorruptedQuestion<'a>),
    RemovePkgs(RemovePkgsQuestion<'a>),
    SelectProvider(SelectProviderQuestion<'a>),
    ImportKey(ImportKeyQuestion<'a>),
}

Variants

InstallIgnorepkg(InstallIgnorepkgQuestion<'a>)

Tuple Fields

Replace(ReplaceQuestion<'a>)

Tuple Fields

Conflict(ConflictQuestion<'a>)

Tuple Fields

Corrupted(CorruptedQuestion<'a>)

Tuple Fields

RemovePkgs(RemovePkgsQuestion<'a>)

Tuple Fields

SelectProvider(SelectProviderQuestion<'a>)

Tuple Fields

ImportKey(ImportKeyQuestion<'a>)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.