pub struct AirbyteConfigurationInput;Trait Implementations§
impl HasInputField<apiKey, String> for AirbyteConfigurationInput
impl InputObjectMarker for AirbyteConfigurationInput
Auto Trait Implementations§
impl Freeze for AirbyteConfigurationInput
impl RefUnwindSafe for AirbyteConfigurationInput
impl Send for AirbyteConfigurationInput
impl Sync for AirbyteConfigurationInput
impl Unpin for AirbyteConfigurationInput
impl UnwindSafe for AirbyteConfigurationInput
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