#[repr(transparent)]pub struct PackageInstallState(pub i32);
Expand description
Required features: ‘Management_Deployment’
Tuple Fields
0: i32
Implementations
impl PackageInstallState
impl PackageInstallState
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more