pub struct emailUserAccountAuthChallenge;Trait Implementations§
Source§impl HasArgument<input> for emailUserAccountAuthChallenge
impl HasArgument<input> for emailUserAccountAuthChallenge
Source§type ArgumentType = EmailUserAccountAuthChallengeInput
type ArgumentType = EmailUserAccountAuthChallengeInput
The schema marker type of this argument.
Source§impl HasField<emailUserAccountAuthChallenge> for Mutation
impl HasField<emailUserAccountAuthChallenge> for Mutation
Source§type Type = EmailUserAccountAuthChallengeResponse
type Type = EmailUserAccountAuthChallengeResponse
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for emailUserAccountAuthChallenge
impl RefUnwindSafe for emailUserAccountAuthChallenge
impl Send for emailUserAccountAuthChallenge
impl Sync for emailUserAccountAuthChallenge
impl Unpin for emailUserAccountAuthChallenge
impl UnwindSafe for emailUserAccountAuthChallenge
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