pub enum AssertionOperation {
Enroll,
Grant,
Revoke,
Status,
Authenticate,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AssertionOperation
impl Clone for AssertionOperation
Source§fn clone(&self) -> AssertionOperation
fn clone(&self) -> AssertionOperation
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 moreimpl Copy for AssertionOperation
Source§impl Debug for AssertionOperation
impl Debug for AssertionOperation
Source§impl<'de> Deserialize<'de> for AssertionOperation
impl<'de> Deserialize<'de> for AssertionOperation
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
impl Eq for AssertionOperation
Source§impl Hash for AssertionOperation
impl Hash for AssertionOperation
Source§impl PartialEq for AssertionOperation
impl PartialEq for AssertionOperation
Source§impl Serialize for AssertionOperation
impl Serialize for AssertionOperation
impl StructuralPartialEq for AssertionOperation
Auto Trait Implementations§
impl Freeze for AssertionOperation
impl RefUnwindSafe for AssertionOperation
impl Send for AssertionOperation
impl Sync for AssertionOperation
impl Unpin for AssertionOperation
impl UnsafeUnpin for AssertionOperation
impl UnwindSafe for AssertionOperation
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