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