pub enum WindowsSandboxImplementation {
Elevated,
Unelevated,
Mxc,
}Expand description
A Windows sandbox implementation a managed policy may allow
(ConfigRequirements::allowed_windows_sandbox_implementations). Grows
mxc beyond the two WindowsSandboxSetupMode values.
Variants§
Trait Implementations§
Source§impl Clone for WindowsSandboxImplementation
impl Clone for WindowsSandboxImplementation
Source§fn clone(&self) -> WindowsSandboxImplementation
fn clone(&self) -> WindowsSandboxImplementation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowsSandboxImplementation
impl Debug for WindowsSandboxImplementation
Source§impl<'de> Deserialize<'de> for WindowsSandboxImplementation
impl<'de> Deserialize<'de> for WindowsSandboxImplementation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WindowsSandboxImplementation
impl StructuralPartialEq for WindowsSandboxImplementation
Auto Trait Implementations§
impl Freeze for WindowsSandboxImplementation
impl RefUnwindSafe for WindowsSandboxImplementation
impl Send for WindowsSandboxImplementation
impl Sync for WindowsSandboxImplementation
impl Unpin for WindowsSandboxImplementation
impl UnsafeUnpin for WindowsSandboxImplementation
impl UnwindSafe for WindowsSandboxImplementation
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