pub struct AirbyteControlConnectorConfigMessage {
pub config: Value,
}
Fields§
§config: Value
the config items from this connector’s spec to update
Trait Implementations§
Source§impl Clone for AirbyteControlConnectorConfigMessage
impl Clone for AirbyteControlConnectorConfigMessage
Source§fn clone(&self) -> AirbyteControlConnectorConfigMessage
fn clone(&self) -> AirbyteControlConnectorConfigMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for AirbyteControlConnectorConfigMessage
impl<'de> Deserialize<'de> for AirbyteControlConnectorConfigMessage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AirbyteControlConnectorConfigMessage
impl PartialEq for AirbyteControlConnectorConfigMessage
Source§fn eq(&self, other: &AirbyteControlConnectorConfigMessage) -> bool
fn eq(&self, other: &AirbyteControlConnectorConfigMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AirbyteControlConnectorConfigMessage
Auto Trait Implementations§
impl Freeze for AirbyteControlConnectorConfigMessage
impl RefUnwindSafe for AirbyteControlConnectorConfigMessage
impl Send for AirbyteControlConnectorConfigMessage
impl Sync for AirbyteControlConnectorConfigMessage
impl Unpin for AirbyteControlConnectorConfigMessage
impl UnwindSafe for AirbyteControlConnectorConfigMessage
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