#[repr(u32)]pub enum Progress {
AddStart = 0,
UpgradeStart = 1,
DowngradeStart = 2,
ReinstallStart = 3,
RemoveStart = 4,
ConflictsStart = 5,
DiskspaceStart = 6,
IntegrityStart = 7,
LoadStart = 8,
KeyringStart = 9,
}
Variants§
AddStart = 0
UpgradeStart = 1
DowngradeStart = 2
ReinstallStart = 3
RemoveStart = 4
ConflictsStart = 5
DiskspaceStart = 6
IntegrityStart = 7
LoadStart = 8
KeyringStart = 9
Trait Implementations§
Source§impl Ord for Progress
impl Ord for Progress
Source§impl PartialOrd for Progress
impl PartialOrd for Progress
impl Copy for Progress
impl Eq for Progress
impl StructuralPartialEq for Progress
Auto Trait Implementations§
impl Freeze for Progress
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnwindSafe for Progress
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