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