pub struct IntegrationTemplateConnection;Trait Implementations§
Source§impl HasField<edges> for IntegrationTemplateConnection
impl HasField<edges> for IntegrationTemplateConnection
Source§type Type = Vec<IntegrationTemplateEdge>
type Type = Vec<IntegrationTemplateEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for IntegrationTemplateConnection
impl HasField<nodes> for IntegrationTemplateConnection
Source§type Type = Vec<IntegrationTemplate>
type Type = Vec<IntegrationTemplate>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for IntegrationTemplateConnection
impl RefUnwindSafe for IntegrationTemplateConnection
impl Send for IntegrationTemplateConnection
impl Sync for IntegrationTemplateConnection
impl Unpin for IntegrationTemplateConnection
impl UnwindSafe for IntegrationTemplateConnection
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