pub struct AirbyteRecordMessageMeta {
pub changes: Option<Vec<AirbyteRecordMessageMetaChange>>,
}
Fields§
§changes: Option<Vec<AirbyteRecordMessageMetaChange>>
Lists of changes to the content of this record which occurred during syncing
Trait Implementations§
Source§impl Clone for AirbyteRecordMessageMeta
impl Clone for AirbyteRecordMessageMeta
Source§fn clone(&self) -> AirbyteRecordMessageMeta
fn clone(&self) -> AirbyteRecordMessageMeta
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 Debug for AirbyteRecordMessageMeta
impl Debug for AirbyteRecordMessageMeta
Source§impl<'de> Deserialize<'de> for AirbyteRecordMessageMeta
impl<'de> Deserialize<'de> for AirbyteRecordMessageMeta
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 AirbyteRecordMessageMeta
impl PartialEq for AirbyteRecordMessageMeta
Source§impl Serialize for AirbyteRecordMessageMeta
impl Serialize for AirbyteRecordMessageMeta
impl StructuralPartialEq for AirbyteRecordMessageMeta
Auto Trait Implementations§
impl Freeze for AirbyteRecordMessageMeta
impl RefUnwindSafe for AirbyteRecordMessageMeta
impl Send for AirbyteRecordMessageMeta
impl Sync for AirbyteRecordMessageMeta
impl Unpin for AirbyteRecordMessageMeta
impl UnwindSafe for AirbyteRecordMessageMeta
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