pub struct TableKeyConfig {
pub table: String,
pub key_columns: Vec<String>,
}Expand description
Table key configuration for PostgreSQL sources
Fields§
§table: String§key_columns: Vec<String>Trait Implementations§
Source§impl Clone for TableKeyConfig
impl Clone for TableKeyConfig
Source§fn clone(&self) -> TableKeyConfig
fn clone(&self) -> TableKeyConfig
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 TableKeyConfig
impl Debug for TableKeyConfig
Source§impl<'de> Deserialize<'de> for TableKeyConfig
impl<'de> Deserialize<'de> for TableKeyConfig
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 TableKeyConfig
impl PartialEq for TableKeyConfig
Source§impl Serialize for TableKeyConfig
impl Serialize for TableKeyConfig
impl StructuralPartialEq for TableKeyConfig
Auto Trait Implementations§
impl Freeze for TableKeyConfig
impl RefUnwindSafe for TableKeyConfig
impl Send for TableKeyConfig
impl Sync for TableKeyConfig
impl Unpin for TableKeyConfig
impl UnwindSafe for TableKeyConfig
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