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