#[repr(transparent)]pub struct EasMinPasswordLengthResult(pub i32);
Expand description
Required features: "Security_ExchangeActiveSyncProvisioning"
Tuple Fields
0: i32
Implementations
impl EasMinPasswordLengthResult
impl EasMinPasswordLengthResult
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 Clone for EasMinPasswordLengthResult
impl Clone for EasMinPasswordLengthResult
impl Copy for EasMinPasswordLengthResult
Auto Trait Implementations
impl RefUnwindSafe for EasMinPasswordLengthResult
impl Send for EasMinPasswordLengthResult
impl Sync for EasMinPasswordLengthResult
impl Unpin for EasMinPasswordLengthResult
impl UnwindSafe for EasMinPasswordLengthResult
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