pub enum IdentityFailureOperation {
Materialize,
Revoke,
}Expand description
Identity lifecycle step for identity_failed_data_v1.
Variants§
Trait Implementations§
Source§impl Clone for IdentityFailureOperation
impl Clone for IdentityFailureOperation
Source§fn clone(&self) -> IdentityFailureOperation
fn clone(&self) -> IdentityFailureOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdentityFailureOperation
impl Debug for IdentityFailureOperation
Source§impl PartialEq for IdentityFailureOperation
impl PartialEq for IdentityFailureOperation
Source§fn eq(&self, other: &IdentityFailureOperation) -> bool
fn eq(&self, other: &IdentityFailureOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IdentityFailureOperation
impl Serialize for IdentityFailureOperation
impl Copy for IdentityFailureOperation
impl Eq for IdentityFailureOperation
impl StructuralPartialEq for IdentityFailureOperation
Auto Trait Implementations§
impl Freeze for IdentityFailureOperation
impl RefUnwindSafe for IdentityFailureOperation
impl Send for IdentityFailureOperation
impl Sync for IdentityFailureOperation
impl Unpin for IdentityFailureOperation
impl UnsafeUnpin for IdentityFailureOperation
impl UnwindSafe for IdentityFailureOperation
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