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