#[repr(transparent)]pub struct PackageInstallState(pub i32);
Expand description
Required features: "Management_Deployment"
Tuple Fields
0: i32
Implementations
impl PackageInstallState
impl PackageInstallState
pub const NotInstalled: Self = Self(0i32)
pub const Staged: Self = Self(1i32)
pub const Installed: Self = Self(2i32)
pub const Paused: Self = Self(6i32)
Trait Implementations
impl Clone for PackageInstallState
impl Clone for PackageInstallState
impl Copy for PackageInstallState
Auto Trait Implementations
impl RefUnwindSafe for PackageInstallState
impl Send for PackageInstallState
impl Sync for PackageInstallState
impl Unpin for PackageInstallState
impl UnwindSafe for PackageInstallState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more