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