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