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