pub enum IdentityCredentialRequestOptionsContext {
SIGNIN,
SIGNUP,
USE_,
CONTINUE_,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityCredentialRequestOptionsContext
impl Clone for IdentityCredentialRequestOptionsContext
Source§fn clone(&self) -> IdentityCredentialRequestOptionsContext
fn clone(&self) -> IdentityCredentialRequestOptionsContext
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 From<&IdentityCredentialRequestOptionsContext> for Any
impl From<&IdentityCredentialRequestOptionsContext> for Any
Source§fn from(s: &IdentityCredentialRequestOptionsContext) -> Any
fn from(s: &IdentityCredentialRequestOptionsContext) -> Any
Converts to this type from the input type.
Source§impl From<IdentityCredentialRequestOptionsContext> for Any
impl From<IdentityCredentialRequestOptionsContext> for Any
Source§fn from(s: IdentityCredentialRequestOptionsContext) -> Any
fn from(s: IdentityCredentialRequestOptionsContext) -> Any
Converts to this type from the input type.
Source§impl PartialEq for IdentityCredentialRequestOptionsContext
impl PartialEq for IdentityCredentialRequestOptionsContext
Source§fn eq(&self, other: &IdentityCredentialRequestOptionsContext) -> bool
fn eq(&self, other: &IdentityCredentialRequestOptionsContext) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IdentityCredentialRequestOptionsContext
impl PartialOrd for IdentityCredentialRequestOptionsContext
impl Copy for IdentityCredentialRequestOptionsContext
impl StructuralPartialEq for IdentityCredentialRequestOptionsContext
Auto Trait Implementations§
impl Freeze for IdentityCredentialRequestOptionsContext
impl RefUnwindSafe for IdentityCredentialRequestOptionsContext
impl Send for IdentityCredentialRequestOptionsContext
impl Sync for IdentityCredentialRequestOptionsContext
impl Unpin for IdentityCredentialRequestOptionsContext
impl UnwindSafe for IdentityCredentialRequestOptionsContext
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