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