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