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