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