Struct ctap_types::ctap2::get_assertion::Request
source · [−]pub struct Request {
pub rp_id: String<64>,
pub client_data_hash: Bytes<32>,
pub allow_list: Option<AllowList>,
pub extensions: Option<ExtensionsInput>,
pub options: Option<AuthenticatorOptions>,
pub pin_auth: Option<PinAuth>,
pub pin_protocol: Option<u32>,
}Fields
rp_id: String<64>client_data_hash: Bytes<32>allow_list: Option<AllowList>extensions: Option<ExtensionsInput>options: Option<AuthenticatorOptions>pin_auth: Option<PinAuth>pin_protocol: Option<u32>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