pub struct IntegrationTemplate;Trait Implementations§
Source§impl HasField<__typename> for IntegrationTemplate
impl HasField<__typename> for IntegrationTemplate
Source§impl HasField<archivedAt> for IntegrationTemplate
impl HasField<archivedAt> for IntegrationTemplate
Source§impl HasField<createdAt> for IntegrationTemplate
impl HasField<createdAt> for IntegrationTemplate
Source§impl HasField<id> for IntegrationTemplate
impl HasField<id> for IntegrationTemplate
Source§impl HasField<integration> for IntegrationTemplate
impl HasField<integration> for IntegrationTemplate
Source§type Type = Integration
type Type = Integration
The schema marker type of this field.
Source§impl HasField<template> for IntegrationTemplate
impl HasField<template> for IntegrationTemplate
Source§impl HasField<updatedAt> for IntegrationTemplate
impl HasField<updatedAt> for IntegrationTemplate
Source§impl NamedType for IntegrationTemplate
impl NamedType for IntegrationTemplate
impl HasSubtype<IntegrationTemplate> for Node
Auto Trait Implementations§
impl Freeze for IntegrationTemplate
impl RefUnwindSafe for IntegrationTemplate
impl Send for IntegrationTemplate
impl Sync for IntegrationTemplate
impl Unpin for IntegrationTemplate
impl UnwindSafe for IntegrationTemplate
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