Struct EasPasswordHistoryResult
#[repr(transparent)]pub struct EasPasswordHistoryResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl EasPasswordHistoryResult
impl EasPasswordHistoryResult
pub const NotEvaluated: Self = _
pub const Compliant: Self = _
pub const CanBeCompliant: Self = _
pub const RequestedPolicyIsStricter: Self = _
pub const InvalidParameter: Self = _
Trait Implementations§
§impl Clone for EasPasswordHistoryResult
impl Clone for EasPasswordHistoryResult
§fn clone(&self) -> EasPasswordHistoryResult
fn clone(&self) -> EasPasswordHistoryResult
Returns a copy 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 more§impl Debug for EasPasswordHistoryResult
impl Debug for EasPasswordHistoryResult
§impl Default for EasPasswordHistoryResult
impl Default for EasPasswordHistoryResult
§fn default() -> EasPasswordHistoryResult
fn default() -> EasPasswordHistoryResult
Returns the “default value” for a type. Read more
§impl PartialEq for EasPasswordHistoryResult
impl PartialEq for EasPasswordHistoryResult
impl Copy for EasPasswordHistoryResult
impl Eq for EasPasswordHistoryResult
impl StructuralPartialEq for EasPasswordHistoryResult
Auto Trait Implementations§
impl Freeze for EasPasswordHistoryResult
impl RefUnwindSafe for EasPasswordHistoryResult
impl Send for EasPasswordHistoryResult
impl Sync for EasPasswordHistoryResult
impl Unpin for EasPasswordHistoryResult
impl UnwindSafe for EasPasswordHistoryResult
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