pub struct CdcJoinOptions {
pub source: String,
pub join_key: Option<String>,
pub table: Option<String>,
pub state_backend: Option<String>,
}Expand description
Options for StreamBuilder::cdc_join.
Fields§
§source: String§join_key: Option<String>§table: Option<String>§state_backend: Option<String>Trait Implementations§
Source§impl Clone for CdcJoinOptions
impl Clone for CdcJoinOptions
Source§fn clone(&self) -> CdcJoinOptions
fn clone(&self) -> CdcJoinOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CdcJoinOptions
impl Debug for CdcJoinOptions
Source§impl Default for CdcJoinOptions
impl Default for CdcJoinOptions
Source§fn default() -> CdcJoinOptions
fn default() -> CdcJoinOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CdcJoinOptions
impl RefUnwindSafe for CdcJoinOptions
impl Send for CdcJoinOptions
impl Sync for CdcJoinOptions
impl Unpin for CdcJoinOptions
impl UnsafeUnpin for CdcJoinOptions
impl UnwindSafe for CdcJoinOptions
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