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