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