pub struct airbyteIntegrationConnect;Trait Implementations§
Source§impl Field for airbyteIntegrationConnect
impl Field for airbyteIntegrationConnect
Source§impl HasArgument<input> for airbyteIntegrationConnect
impl HasArgument<input> for airbyteIntegrationConnect
Source§type ArgumentType = AirbyteConfigurationInput
type ArgumentType = AirbyteConfigurationInput
The schema marker type of this argument.
Source§impl HasField<airbyteIntegrationConnect> for Mutation
impl HasField<airbyteIntegrationConnect> for Mutation
Source§type Type = IntegrationPayload
type Type = IntegrationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for airbyteIntegrationConnect
impl RefUnwindSafe for airbyteIntegrationConnect
impl Send for airbyteIntegrationConnect
impl Sync for airbyteIntegrationConnect
impl Unpin for airbyteIntegrationConnect
impl UnwindSafe for airbyteIntegrationConnect
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