pub enum AirbyteControlMessage {
ConnectorConfig {
connector_config: AirbyteControlConnectorConfigMessage,
emitted_at: f64,
},
}
Variants§
ConnectorConfig
Trait Implementations§
Source§impl Clone for AirbyteControlMessage
impl Clone for AirbyteControlMessage
Source§fn clone(&self) -> AirbyteControlMessage
fn clone(&self) -> AirbyteControlMessage
Returns a copy 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 Debug for AirbyteControlMessage
impl Debug for AirbyteControlMessage
Source§impl<'de> Deserialize<'de> for AirbyteControlMessage
impl<'de> Deserialize<'de> for AirbyteControlMessage
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 AirbyteControlMessage
impl PartialEq for AirbyteControlMessage
Source§impl Serialize for AirbyteControlMessage
impl Serialize for AirbyteControlMessage
impl StructuralPartialEq for AirbyteControlMessage
Auto Trait Implementations§
impl Freeze for AirbyteControlMessage
impl RefUnwindSafe for AirbyteControlMessage
impl Send for AirbyteControlMessage
impl Sync for AirbyteControlMessage
impl Unpin for AirbyteControlMessage
impl UnwindSafe for AirbyteControlMessage
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