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