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