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