pub enum PresentationContextResultCause {
Acceptance,
UserRejection,
ProviderRejection,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for PresentationContextResultCause
impl Clone for PresentationContextResultCause
Source§fn clone(&self) -> PresentationContextResultCause
fn clone(&self) -> PresentationContextResultCause
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<PresentationContextResultCause> for &[u8]
impl From<PresentationContextResultCause> for &[u8]
Source§fn from(value: PresentationContextResultCause) -> Self
fn from(value: PresentationContextResultCause) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PresentationContextResultCause
impl PartialEq for PresentationContextResultCause
Source§fn eq(&self, other: &PresentationContextResultCause) -> bool
fn eq(&self, other: &PresentationContextResultCause) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PresentationContextResultCause
Auto Trait Implementations§
impl Freeze for PresentationContextResultCause
impl RefUnwindSafe for PresentationContextResultCause
impl Send for PresentationContextResultCause
impl Sync for PresentationContextResultCause
impl Unpin for PresentationContextResultCause
impl UnwindSafe for PresentationContextResultCause
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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