pub struct Windows10EnterpriseModernAppManagementConfiguration {
pub uninstall_built_in_apps: bool,
}
Fields§
§uninstall_built_in_apps: bool
Trait Implementations§
Source§impl Clone for Windows10EnterpriseModernAppManagementConfiguration
impl Clone for Windows10EnterpriseModernAppManagementConfiguration
Source§fn clone(&self) -> Windows10EnterpriseModernAppManagementConfiguration
fn clone(&self) -> Windows10EnterpriseModernAppManagementConfiguration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for Windows10EnterpriseModernAppManagementConfiguration
impl<'de> Deserialize<'de> for Windows10EnterpriseModernAppManagementConfiguration
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
Source§impl PartialEq for Windows10EnterpriseModernAppManagementConfiguration
impl PartialEq for Windows10EnterpriseModernAppManagementConfiguration
Source§fn eq(
&self,
other: &Windows10EnterpriseModernAppManagementConfiguration,
) -> bool
fn eq( &self, other: &Windows10EnterpriseModernAppManagementConfiguration, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for Windows10EnterpriseModernAppManagementConfiguration
impl StructuralPartialEq for Windows10EnterpriseModernAppManagementConfiguration
Auto Trait Implementations§
impl Freeze for Windows10EnterpriseModernAppManagementConfiguration
impl RefUnwindSafe for Windows10EnterpriseModernAppManagementConfiguration
impl Send for Windows10EnterpriseModernAppManagementConfiguration
impl Sync for Windows10EnterpriseModernAppManagementConfiguration
impl Unpin for Windows10EnterpriseModernAppManagementConfiguration
impl UnwindSafe for Windows10EnterpriseModernAppManagementConfiguration
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