pub struct options;Trait Implementations§
Source§impl HasField<options> for PasskeyLoginStartResponse
impl HasField<options> for PasskeyLoginStartResponse
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for options
impl RefUnwindSafe for options
impl Send for options
impl Sync for options
impl Unpin for options
impl UnwindSafe for options
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