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