#[repr(transparent)]pub struct EasMinPasswordLengthResult(pub i32);Expand description
Required features: "Security_ExchangeActiveSyncProvisioning"
Tuple Fields
0: i32Implementations
impl EasMinPasswordLengthResult
impl EasMinPasswordLengthResult
pub const NotEvaluated: Self
pub const Compliant: Self
pub const CanBeCompliant: Self
pub const RequestedPolicyIsStricter: Self
pub const RequestedPolicyNotEnforceable: Self
pub const InvalidParameter: Self
pub const CurrentUserHasBlankPassword: Self
pub const AdminsHaveBlankPassword: Self
pub const UserCannotChangePassword: Self
pub const AdminsCannotChangePassword: Self
pub const LocalControlledUsersCannotChangePassword: Self
pub const ConnectedAdminsProviderPolicyIsWeak: Self
pub const ConnectedUserProviderPolicyIsWeak: Self
pub const ChangeConnectedAdminsPassword: Self
pub const ChangeConnectedUserPassword: Self
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