Struct ctap_types::ctap2::client_pin::Request
source · [−]pub struct Request {
pub pin_protocol: u8,
pub sub_command: PinV1Subcommand,
pub key_agreement: Option<EcdhEsHkdf256PublicKey>,
pub pin_auth: Option<Bytes<16>>,
pub new_pin_enc: Option<Bytes<64>>,
pub pin_hash_enc: Option<Bytes<64>>,
}Fields
pin_protocol: u8sub_command: PinV1Subcommandkey_agreement: Option<EcdhEsHkdf256PublicKey>pin_auth: Option<Bytes<16>>new_pin_enc: Option<Bytes<64>>pin_hash_enc: Option<Bytes<64>>Trait Implementations
sourceimpl<'de> Deserialize<'de> for Request
impl<'de> Deserialize<'de> for Request
sourcefn 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 Request
impl StructuralEq for Request
impl StructuralPartialEq for Request
Auto Trait Implementations
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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