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