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