#[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 PartialEq for Progress
impl PartialEq for Progress
source§impl PartialOrd for Progress
impl PartialOrd for Progress
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Progress
impl Eq for Progress
impl StructuralEq for Progress
impl StructuralPartialEq for Progress
Auto Trait Implementations§
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