#[repr(u32)]pub enum EventType {
Show 37 variants
CheckDepsStart = 1,
CheckDepsDone = 2,
FileConflictsStart = 3,
FileConflictsDone = 4,
ResolveDepsStart = 5,
ResolveDepsDone = 6,
InterConflictsStart = 7,
InterConflictsDone = 8,
TransactionStart = 9,
TransactionDone = 10,
PackageOperationStart = 11,
PackageOperationDone = 12,
IntegrityStart = 13,
IntegrityDone = 14,
LoadStart = 15,
LoadDone = 16,
ScriptletInfo = 17,
RetrieveStart = 18,
RetrieveDone = 19,
RetrieveFailed = 20,
PkgRetrieveStart = 21,
PkgRetrieveDone = 22,
PkgRetrieveFailed = 23,
DiskSpaceStart = 24,
DiskSpaceDone = 25,
OptDepRemoval = 26,
DatabaseMissing = 27,
KeyringStart = 28,
KeyringDone = 29,
KeyDownloadStart = 30,
KeyDownloadDone = 31,
PacnewCreated = 32,
PacsaveCreated = 33,
HookStart = 34,
HookDone = 35,
HookRunStart = 36,
HookRunDone = 37,
}
Variants§
CheckDepsStart = 1
CheckDepsDone = 2
FileConflictsStart = 3
FileConflictsDone = 4
ResolveDepsStart = 5
ResolveDepsDone = 6
InterConflictsStart = 7
InterConflictsDone = 8
TransactionStart = 9
TransactionDone = 10
PackageOperationStart = 11
PackageOperationDone = 12
IntegrityStart = 13
IntegrityDone = 14
LoadStart = 15
LoadDone = 16
ScriptletInfo = 17
RetrieveStart = 18
RetrieveDone = 19
RetrieveFailed = 20
PkgRetrieveStart = 21
PkgRetrieveDone = 22
PkgRetrieveFailed = 23
DiskSpaceStart = 24
DiskSpaceDone = 25
OptDepRemoval = 26
DatabaseMissing = 27
KeyringStart = 28
KeyringDone = 29
KeyDownloadStart = 30
KeyDownloadDone = 31
PacnewCreated = 32
PacsaveCreated = 33
HookStart = 34
HookDone = 35
HookRunStart = 36
HookRunDone = 37
Trait Implementations§
Source§impl Ord for EventType
impl Ord for EventType
Source§impl PartialOrd for EventType
impl PartialOrd for EventType
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more