Struct windows_sys::Security::ExchangeActiveSyncProvisioning::EasMinPasswordComplexCharactersResult
[−]#[repr(transparent)]pub struct EasMinPasswordComplexCharactersResult(pub i32);
Expand description
Required features: "Security_ExchangeActiveSyncProvisioning"
Tuple Fields
0: i32
Implementations
impl EasMinPasswordComplexCharactersResult
impl EasMinPasswordComplexCharactersResult
pub const NotEvaluated: Self = Self(0i32)
pub const Compliant: Self = Self(1i32)
pub const CanBeCompliant: Self = Self(2i32)
pub const RequestedPolicyIsStricter: Self = Self(3i32)
pub const RequestedPolicyNotEnforceable: Self = Self(4i32)
pub const InvalidParameter: Self = Self(5i32)
pub const CurrentUserHasBlankPassword: Self = Self(6i32)
pub const AdminsHaveBlankPassword: Self = Self(7i32)
pub const UserCannotChangePassword: Self = Self(8i32)
pub const AdminsCannotChangePassword: Self = Self(9i32)
pub const LocalControlledUsersCannotChangePassword: Self = Self(10i32)
pub const ConnectedAdminsProviderPolicyIsWeak: Self = Self(11i32)
pub const ConnectedUserProviderPolicyIsWeak: Self = Self(12i32)
pub const ChangeConnectedAdminsPassword: Self = Self(13i32)
pub const ChangeConnectedUserPassword: Self = Self(14i32)
Trait Implementations
impl Copy for EasMinPasswordComplexCharactersResult
Auto Trait Implementations
impl RefUnwindSafe for EasMinPasswordComplexCharactersResult
impl Send for EasMinPasswordComplexCharactersResult
impl Sync for EasMinPasswordComplexCharactersResult
impl Unpin for EasMinPasswordComplexCharactersResult
impl UnwindSafe for EasMinPasswordComplexCharactersResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more