pub enum PkgInstState {
Ok = 0,
ReInstReq = 1,
HoldInst = 2,
HoldReInstReq = 3,
}
Expand description
Installation state of the package
Variants§
Trait Implementations§
Source§impl Debug for PkgInstState
impl Debug for PkgInstState
Source§impl From<u8> for PkgInstState
impl From<u8> for PkgInstState
Source§impl Hash for PkgInstState
impl Hash for PkgInstState
Source§impl PartialEq for PkgInstState
impl PartialEq for PkgInstState
impl Eq for PkgInstState
impl StructuralPartialEq for PkgInstState
Auto Trait Implementations§
impl Freeze for PkgInstState
impl RefUnwindSafe for PkgInstState
impl Send for PkgInstState
impl Sync for PkgInstState
impl Unpin for PkgInstState
impl UnwindSafe for PkgInstState
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