#[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
§fn eq(&self, other: &EasPasswordHistoryResult) -> bool
fn eq(&self, other: &EasPasswordHistoryResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)