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