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