pub enum TransportPreference {
Ctap,
Pcsc,
}Variants§
Trait Implementations§
Source§impl Clone for TransportPreference
impl Clone for TransportPreference
Source§fn clone(&self) -> TransportPreference
fn clone(&self) -> TransportPreference
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 TransportPreference
impl Debug for TransportPreference
Source§impl PartialEq for TransportPreference
impl PartialEq for TransportPreference
Source§fn eq(&self, other: &TransportPreference) -> bool
fn eq(&self, other: &TransportPreference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TransportPreference
impl Eq for TransportPreference
impl StructuralPartialEq for TransportPreference
Auto Trait Implementations§
impl Freeze for TransportPreference
impl RefUnwindSafe for TransportPreference
impl Send for TransportPreference
impl Sync for TransportPreference
impl Unpin for TransportPreference
impl UnsafeUnpin for TransportPreference
impl UnwindSafe for TransportPreference
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