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