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