pub struct AirbyteStreamState {
pub stream_descriptor: StreamDescriptor,
pub stream_state: Option<Value>,
}
Fields§
§stream_descriptor: StreamDescriptor
§stream_state: Option<Value>
Trait Implementations§
Source§impl Clone for AirbyteStreamState
impl Clone for AirbyteStreamState
Source§fn clone(&self) -> AirbyteStreamState
fn clone(&self) -> AirbyteStreamState
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 AirbyteStreamState
impl Debug for AirbyteStreamState
Source§impl<'de> Deserialize<'de> for AirbyteStreamState
impl<'de> Deserialize<'de> for AirbyteStreamState
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 AirbyteStreamState
impl PartialEq for AirbyteStreamState
Source§impl Serialize for AirbyteStreamState
impl Serialize for AirbyteStreamState
impl StructuralPartialEq for AirbyteStreamState
Auto Trait Implementations§
impl Freeze for AirbyteStreamState
impl RefUnwindSafe for AirbyteStreamState
impl Send for AirbyteStreamState
impl Sync for AirbyteStreamState
impl Unpin for AirbyteStreamState
impl UnwindSafe for AirbyteStreamState
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