Struct windows_sys::Management::Deployment::DeploymentOptions
[−]#[repr(transparent)]pub struct DeploymentOptions(pub u32);
Expand description
Required features: ‘Management_Deployment’
Tuple Fields
0: u32
Implementations
impl DeploymentOptions
impl DeploymentOptions
pub const None: Self
pub const ForceApplicationShutdown: Self
pub const DevelopmentMode: Self
pub const InstallAllResources: Self
pub const ForceTargetApplicationShutdown: Self
pub const RequiredContentGroupOnly: Self
pub const ForceUpdateFromAnyVersion: Self
pub const RetainFilesOnFailure: Self
pub const StageInPlace: Self
Trait Implementations
impl Clone for DeploymentOptions
impl Clone for DeploymentOptions
impl Copy for DeploymentOptions
Auto Trait Implementations
impl RefUnwindSafe for DeploymentOptions
impl Send for DeploymentOptions
impl Sync for DeploymentOptions
impl Unpin for DeploymentOptions
impl UnwindSafe for DeploymentOptions
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