Enum ctap_types::ctap1::ControlByte
source · [−]#[repr(u8)]
pub enum ControlByte {
CheckOnly,
EnforceUserPresenceAndSign,
DontEnforceUserPresenceAndSign,
}Variants
CheckOnly
EnforceUserPresenceAndSign
DontEnforceUserPresenceAndSign
Trait Implementations
sourceimpl Clone for ControlByte
impl Clone for ControlByte
sourcefn clone(&self) -> ControlByte
fn clone(&self) -> ControlByte
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ControlByte
impl Debug for ControlByte
sourceimpl PartialEq<ControlByte> for ControlByte
impl PartialEq<ControlByte> for ControlByte
sourceimpl TryFrom<u8> for ControlByte
impl TryFrom<u8> for ControlByte
impl Copy for ControlByte
impl Eq for ControlByte
impl StructuralEq for ControlByte
impl StructuralPartialEq for ControlByte
Auto Trait Implementations
impl RefUnwindSafe for ControlByte
impl Send for ControlByte
impl Sync for ControlByte
impl Unpin for ControlByte
impl UnwindSafe for ControlByte
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more