pub struct ClickPipeMutatePostgresSource {Show 13 fields
pub authentication: ClickPipeMutatePostgresSourceAuthentication,
pub ca_certificate: Option<String>,
pub credentials: PLAIN,
pub database: String,
pub disable_tls: bool,
pub host: String,
pub iam_role: Option<String>,
pub port: i64,
pub settings: ClickPipePostgresPipeSettings,
pub skip_cert_verification: bool,
pub table_mappings: Vec<ClickPipePostgresPipeTableMapping>,
pub tls_host: Option<String>,
pub type: Option<ClickPipeMutatePostgresSourceType>,
}Expand description
ClickPipeMutatePostgresSource from the ClickHouse Cloud API.
Fields§
§authentication: ClickPipeMutatePostgresSourceAuthentication§ca_certificate: Option<String>§credentials: PLAIN§database: String§disable_tls: bool§host: String§iam_role: Option<String>§port: i64§settings: ClickPipePostgresPipeSettings§skip_cert_verification: bool§table_mappings: Vec<ClickPipePostgresPipeTableMapping>§tls_host: Option<String>§type: Option<ClickPipeMutatePostgresSourceType>Trait Implementations§
Source§impl Clone for ClickPipeMutatePostgresSource
impl Clone for ClickPipeMutatePostgresSource
Source§fn clone(&self) -> ClickPipeMutatePostgresSource
fn clone(&self) -> ClickPipeMutatePostgresSource
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 Default for ClickPipeMutatePostgresSource
impl Default for ClickPipeMutatePostgresSource
Source§fn default() -> ClickPipeMutatePostgresSource
fn default() -> ClickPipeMutatePostgresSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipeMutatePostgresSource
impl<'de> Deserialize<'de> for ClickPipeMutatePostgresSource
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
impl StructuralPartialEq for ClickPipeMutatePostgresSource
Auto Trait Implementations§
impl Freeze for ClickPipeMutatePostgresSource
impl RefUnwindSafe for ClickPipeMutatePostgresSource
impl Send for ClickPipeMutatePostgresSource
impl Sync for ClickPipeMutatePostgresSource
impl Unpin for ClickPipeMutatePostgresSource
impl UnsafeUnpin for ClickPipeMutatePostgresSource
impl UnwindSafe for ClickPipeMutatePostgresSource
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