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