pub enum RestrictedCapability {
Show 101 variants
AccessoryManager,
AllAppMods,
AllowElevation,
AppBroadcastServices,
AppCaptureServices,
AppCaptureSettings,
AppDiagnostics,
AppLicensing,
AppointmentsSystem,
AudioDeviceConfiguration,
BackgroundMediaRecording,
BackgroundSpatialPerception,
BackgroundVoIP,
BroadFileSystemAccess,
CameraProcessingExtension,
CellularDeviceControl,
CellularDeviceIdentity,
CellularMessaging,
ChatSystem,
ConfirmAppClose,
ContactsSystem,
CortanaPermissions,
CortanaSpeechAccessory,
CustomInstallActions,
DevelopmentModeNetwork,
DeviceManagementDmAccount,
DeviceManagementEmailAccount,
DeviceManagementFoundation,
DeviceManagementWapSecurityPolicies,
DevicePortalProvider,
DeviceUnlock,
DocumentsLibrary,
DualSimTiles,
Email,
EmailSystem,
EnterpriseAuthentication,
EnterpriseCloudSSO,
EnterpriseDataPolicy,
EnterpriseDeviceLockdown,
ExpandedResources,
ExtendedBackgroundTaskTime,
ExtendedExecutionBackgroundAudio,
ExtendedExecutionCritical,
ExtendedExecutionUnconstrained,
FirstSignInSettings,
GameBarServices,
GameList,
GameMonitor,
InputForegroundObservation,
InputInjectionBrokered,
InputObservation,
InputSuppression,
InteropServices,
LocalSystemServices,
LocationHistory,
LocationSystem,
ModifiableApp,
NetworkConnectionManagerProvisioning,
NetworkDataPlanProvisioning,
NetworkDataUsageManagement,
NetworkingVpnProvider,
OemDeployment,
OemPublicDirectory,
OneProcessVoIP,
PackagedServices,
PackageManagement,
PackagePolicySystem,
PackageQuery,
PackageWriteRedirectionCompatibilityShim,
PhoneCallHistory,
PhoneCallHistorySystem,
PhoneLineTransportManagement,
PreviewInkWorkspace,
PreviewPenWorkspace,
PreviewStore,
PreviewUiComposition,
ProtectedApp,
RemotePassportAuthentication,
RunFullTrust,
ScreenDuplication,
SecondaryAuthenticationFactor,
SecureAssessment,
SharedUserCertificates,
SlapiQueryLicenseValue,
SmBIOS,
SmsSend,
StartScreenManagement,
StoreLicenseManagement,
TargetedContent,
TeamEditionDeviceCredential,
TeamEditionExperience,
TeamEditionView,
UIAccess,
UiAutomation,
UnvirtualizedResources,
UserDataAccountsProvider,
UserDataSystem,
UserPrincipalName,
UserSystemId,
WalletSystem,
XboxAccessoryManagement,
}Variants§
AccessoryManager
AllAppMods
AllowElevation
AppBroadcastServices
AppCaptureServices
AppCaptureSettings
AppDiagnostics
AppLicensing
AppointmentsSystem
AudioDeviceConfiguration
BackgroundMediaRecording
BackgroundSpatialPerception
BackgroundVoIP
BroadFileSystemAccess
CameraProcessingExtension
CellularDeviceControl
CellularDeviceIdentity
CellularMessaging
ChatSystem
ConfirmAppClose
ContactsSystem
CortanaPermissions
CortanaSpeechAccessory
CustomInstallActions
DevelopmentModeNetwork
DeviceManagementDmAccount
DeviceManagementEmailAccount
DeviceManagementFoundation
DeviceManagementWapSecurityPolicies
DevicePortalProvider
DeviceUnlock
DocumentsLibrary
DualSimTiles
EmailSystem
EnterpriseAuthentication
EnterpriseCloudSSO
EnterpriseDataPolicy
EnterpriseDeviceLockdown
ExpandedResources
ExtendedBackgroundTaskTime
ExtendedExecutionBackgroundAudio
ExtendedExecutionCritical
ExtendedExecutionUnconstrained
FirstSignInSettings
GameBarServices
GameList
GameMonitor
InputForegroundObservation
InputInjectionBrokered
InputObservation
InputSuppression
InteropServices
LocalSystemServices
LocationHistory
LocationSystem
ModifiableApp
NetworkConnectionManagerProvisioning
NetworkDataPlanProvisioning
NetworkDataUsageManagement
NetworkingVpnProvider
OemDeployment
OemPublicDirectory
OneProcessVoIP
PackagedServices
PackageManagement
PackagePolicySystem
PackageQuery
PackageWriteRedirectionCompatibilityShim
PhoneCallHistory
PhoneCallHistorySystem
PhoneLineTransportManagement
PreviewInkWorkspace
PreviewPenWorkspace
PreviewStore
PreviewUiComposition
ProtectedApp
RemotePassportAuthentication
RunFullTrust
ScreenDuplication
SecondaryAuthenticationFactor
SecureAssessment
SlapiQueryLicenseValue
SmBIOS
SmsSend
StartScreenManagement
StoreLicenseManagement
TargetedContent
TeamEditionDeviceCredential
TeamEditionExperience
TeamEditionView
UIAccess
UiAutomation
UnvirtualizedResources
UserDataAccountsProvider
UserDataSystem
UserPrincipalName
UserSystemId
WalletSystem
XboxAccessoryManagement
Implementations§
Trait Implementations§
Source§impl AsRef<str> for RestrictedCapability
impl AsRef<str> for RestrictedCapability
Source§impl Clone for RestrictedCapability
impl Clone for RestrictedCapability
Source§fn clone(&self) -> RestrictedCapability
fn clone(&self) -> RestrictedCapability
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 Debug for RestrictedCapability
impl Debug for RestrictedCapability
Source§impl Display for RestrictedCapability
impl Display for RestrictedCapability
Source§impl FromStr for RestrictedCapability
impl FromStr for RestrictedCapability
Source§impl Hash for RestrictedCapability
impl Hash for RestrictedCapability
Source§impl Ord for RestrictedCapability
impl Ord for RestrictedCapability
Source§fn cmp(&self, other: &RestrictedCapability) -> Ordering
fn cmp(&self, other: &RestrictedCapability) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RestrictedCapability
impl PartialEq for RestrictedCapability
Source§impl PartialOrd for RestrictedCapability
impl PartialOrd for RestrictedCapability
impl Copy for RestrictedCapability
impl Eq for RestrictedCapability
impl StructuralPartialEq for RestrictedCapability
Auto Trait Implementations§
impl Freeze for RestrictedCapability
impl RefUnwindSafe for RestrictedCapability
impl Send for RestrictedCapability
impl Sync for RestrictedCapability
impl Unpin for RestrictedCapability
impl UnwindSafe for RestrictedCapability
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more