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