pub struct PasskeyLoginStartResponse;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.
Source§impl HasField<success> for PasskeyLoginStartResponse
impl HasField<success> for PasskeyLoginStartResponse
Auto Trait Implementations§
impl Freeze for PasskeyLoginStartResponse
impl RefUnwindSafe for PasskeyLoginStartResponse
impl Send for PasskeyLoginStartResponse
impl Sync for PasskeyLoginStartResponse
impl Unpin for PasskeyLoginStartResponse
impl UnwindSafe for PasskeyLoginStartResponse
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