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