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 of InstallIgnorepkg

0: InstallIgnorepkgQuestion<'a>
Replace(ReplaceQuestion<'a>)

Tuple Fields of Replace

0: ReplaceQuestion<'a>
Conflict(ConflictQuestion<'a>)

Tuple Fields of Conflict

0: ConflictQuestion<'a>
Corrupted(CorruptedQuestion<'a>)

Tuple Fields of Corrupted

0: CorruptedQuestion<'a>
RemovePkgs(RemovePkgsQuestion<'a>)

Tuple Fields of RemovePkgs

0: RemovePkgsQuestion<'a>
SelectProvider(SelectProviderQuestion<'a>)

Tuple Fields of SelectProvider

0: SelectProviderQuestion<'a>
ImportKey(ImportKeyQuestion<'a>)

Tuple Fields of ImportKey

0: ImportKeyQuestion<'a>

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.