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