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