pub struct U2fSignRequest {
pub app_id: String,
pub challenge: String,
pub registered_keys: Vec<RegisteredKey>,
}Fields§
§app_id: String§challenge: String§registered_keys: Vec<RegisteredKey>Trait Implementations§
Auto Trait Implementations§
impl Freeze for U2fSignRequest
impl RefUnwindSafe for U2fSignRequest
impl Send for U2fSignRequest
impl Sync for U2fSignRequest
impl Unpin for U2fSignRequest
impl UnwindSafe for U2fSignRequest
Blanket Implementations§
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