pub enum AppliedConditionalAccessPolicyResult {
UnknownFutureValue,
Unknown,
NotEnabled,
NotApplied,
Failure,
Success,
}
Variants§
Trait Implementations§
Source§impl Clone for AppliedConditionalAccessPolicyResult
impl Clone for AppliedConditionalAccessPolicyResult
Source§fn clone(&self) -> AppliedConditionalAccessPolicyResult
fn clone(&self) -> AppliedConditionalAccessPolicyResult
Returns a duplicate 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 moreSource§impl<'de> Deserialize<'de> for AppliedConditionalAccessPolicyResult
impl<'de> Deserialize<'de> for AppliedConditionalAccessPolicyResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for AppliedConditionalAccessPolicyResult
impl Ord for AppliedConditionalAccessPolicyResult
Source§fn cmp(&self, other: &AppliedConditionalAccessPolicyResult) -> Ordering
fn cmp(&self, other: &AppliedConditionalAccessPolicyResult) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AppliedConditionalAccessPolicyResult
impl PartialEq for AppliedConditionalAccessPolicyResult
Source§fn eq(&self, other: &AppliedConditionalAccessPolicyResult) -> bool
fn eq(&self, other: &AppliedConditionalAccessPolicyResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for AppliedConditionalAccessPolicyResult
impl PartialOrd for AppliedConditionalAccessPolicyResult
impl Eq for AppliedConditionalAccessPolicyResult
impl StructuralPartialEq for AppliedConditionalAccessPolicyResult
Auto Trait Implementations§
impl Freeze for AppliedConditionalAccessPolicyResult
impl RefUnwindSafe for AppliedConditionalAccessPolicyResult
impl Send for AppliedConditionalAccessPolicyResult
impl Sync for AppliedConditionalAccessPolicyResult
impl Unpin for AppliedConditionalAccessPolicyResult
impl UnwindSafe for AppliedConditionalAccessPolicyResult
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