Enum alpm::Event[][src]

pub enum Event<'a> {
Show 38 variants PackageOperation(PackageOperationEvent<'a>), OptDepRemoval(OptDepRemovalEvent<'a>), ScriptletInfo(ScriptletInfoEvent<'a>), DatabaseMissing(DatabaseMissingEvent<'a>), PacnewCreated(PacnewCreatedEvent<'a>), PacsaveCreated(PacsaveCreatedEvent<'a>), Hook(HookEvent<'a>), HookRun(HookRunEvent<'a>), PkgRetrieveStart(PkgRetrieveStartEvent<'a>), PkgRetrieveDone, PkgRetrieveFailed, CheckDepsStart, CheckDepsDone, FileConflictsStart, FileConflictsDone, ResolveDepsStart, ResolveDepsDone, InterConflictsStart, InterConflictsDone, TransactionStart, TransactionDone, IntegrityStart, IntegrityDone, LoadStart, LoadDone, RetrieveStart, RetrieveDone, RetrieveFailed, DiskSpaceStart, DiskSpaceDone, KeyringStart, KeyringDone, KeyDownloadStart, KeyDownloadDone, HookStart, HookDone, HookRunStart, HookRunDone,
}

Variants

PackageOperation(PackageOperationEvent<'a>)

Tuple Fields of PackageOperation

0: PackageOperationEvent<'a>
OptDepRemoval(OptDepRemovalEvent<'a>)

Tuple Fields of OptDepRemoval

0: OptDepRemovalEvent<'a>
ScriptletInfo(ScriptletInfoEvent<'a>)

Tuple Fields of ScriptletInfo

0: ScriptletInfoEvent<'a>
DatabaseMissing(DatabaseMissingEvent<'a>)

Tuple Fields of DatabaseMissing

0: DatabaseMissingEvent<'a>
PacnewCreated(PacnewCreatedEvent<'a>)

Tuple Fields of PacnewCreated

0: PacnewCreatedEvent<'a>
PacsaveCreated(PacsaveCreatedEvent<'a>)

Tuple Fields of PacsaveCreated

0: PacsaveCreatedEvent<'a>
Hook(HookEvent<'a>)

Tuple Fields of Hook

0: HookEvent<'a>
HookRun(HookRunEvent<'a>)

Tuple Fields of HookRun

0: HookRunEvent<'a>
PkgRetrieveStart(PkgRetrieveStartEvent<'a>)

Tuple Fields of PkgRetrieveStart

0: PkgRetrieveStartEvent<'a>
PkgRetrieveDone
PkgRetrieveFailed
CheckDepsStart
CheckDepsDone
FileConflictsStart
FileConflictsDone
ResolveDepsStart
ResolveDepsDone
InterConflictsStart
InterConflictsDone
TransactionStart
TransactionDone
IntegrityStart
IntegrityDone
LoadStart
LoadDone
RetrieveStart
RetrieveDone
RetrieveFailed
DiskSpaceStart
DiskSpaceDone
KeyringStart
KeyringDone
KeyDownloadStart
KeyDownloadDone
HookStart
HookDone
HookRunStart
HookRunDone

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.