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