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