pub struct ClickPipeMutateMySQLSource {
pub authentication: Option<ClickPipeMutateMySQLSourceAuthentication>,
pub ca_certificate: Option<String>,
pub credentials: Option<PLAIN>,
pub disable_tls: Option<bool>,
pub host: String,
pub iam_role: Option<String>,
pub port: i64,
pub settings: ClickPipeMySQLPipeSettings,
pub skip_cert_verification: Option<bool>,
pub table_mappings: Vec<ClickPipeMySQLPipeTableMapping>,
pub tls_host: Option<String>,
pub type: Option<ClickPipeMutateMySQLSourceType>,
}Expand description
ClickPipeMutateMySQLSource from the ClickHouse Cloud API.
Fields§
§authentication: Option<ClickPipeMutateMySQLSourceAuthentication>§ca_certificate: Option<String>§credentials: Option<PLAIN>§disable_tls: Option<bool>§host: String§iam_role: Option<String>§port: i64§settings: ClickPipeMySQLPipeSettings§skip_cert_verification: Option<bool>§table_mappings: Vec<ClickPipeMySQLPipeTableMapping>§tls_host: Option<String>§type: Option<ClickPipeMutateMySQLSourceType>Trait Implementations§
Source§impl Clone for ClickPipeMutateMySQLSource
impl Clone for ClickPipeMutateMySQLSource
Source§fn clone(&self) -> ClickPipeMutateMySQLSource
fn clone(&self) -> ClickPipeMutateMySQLSource
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 ClickPipeMutateMySQLSource
impl Debug for ClickPipeMutateMySQLSource
Source§impl Default for ClickPipeMutateMySQLSource
impl Default for ClickPipeMutateMySQLSource
Source§fn default() -> ClickPipeMutateMySQLSource
fn default() -> ClickPipeMutateMySQLSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipeMutateMySQLSource
impl<'de> Deserialize<'de> for ClickPipeMutateMySQLSource
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 ClickPipeMutateMySQLSource
impl PartialEq for ClickPipeMutateMySQLSource
Source§fn eq(&self, other: &ClickPipeMutateMySQLSource) -> bool
fn eq(&self, other: &ClickPipeMutateMySQLSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipeMutateMySQLSource
Auto Trait Implementations§
impl Freeze for ClickPipeMutateMySQLSource
impl RefUnwindSafe for ClickPipeMutateMySQLSource
impl Send for ClickPipeMutateMySQLSource
impl Sync for ClickPipeMutateMySQLSource
impl Unpin for ClickPipeMutateMySQLSource
impl UnsafeUnpin for ClickPipeMutateMySQLSource
impl UnwindSafe for ClickPipeMutateMySQLSource
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