pub struct IntegrationTemplateCreateInput;Trait Implementations§
impl HasInputField<foreignEntityId, Option<String>> for IntegrationTemplateCreateInput
impl HasInputField<id, Option<String>> for IntegrationTemplateCreateInput
impl HasInputField<integrationId, String> for IntegrationTemplateCreateInput
impl HasInputField<templateId, String> for IntegrationTemplateCreateInput
impl InputObjectMarker for IntegrationTemplateCreateInput
Auto Trait Implementations§
impl Freeze for IntegrationTemplateCreateInput
impl RefUnwindSafe for IntegrationTemplateCreateInput
impl Send for IntegrationTemplateCreateInput
impl Sync for IntegrationTemplateCreateInput
impl Unpin for IntegrationTemplateCreateInput
impl UnwindSafe for IntegrationTemplateCreateInput
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