pub struct ClickPipePatchPostgresPipeRemoveTableMapping {
pub partition_key: Option<String>,
pub source_schema_name: Option<String>,
pub source_table: Option<String>,
pub table_engine: Option<ClickPipePatchPostgresPipeRemoveTableMappingTableengine>,
pub target_table: Option<String>,
}Expand description
ClickPipePatchPostgresPipeRemoveTableMapping from the ClickHouse Cloud API.
Fields§
§partition_key: Option<String>§source_schema_name: Option<String>§source_table: Option<String>§table_engine: Option<ClickPipePatchPostgresPipeRemoveTableMappingTableengine>§target_table: Option<String>Trait Implementations§
Source§impl Clone for ClickPipePatchPostgresPipeRemoveTableMapping
impl Clone for ClickPipePatchPostgresPipeRemoveTableMapping
Source§fn clone(&self) -> ClickPipePatchPostgresPipeRemoveTableMapping
fn clone(&self) -> ClickPipePatchPostgresPipeRemoveTableMapping
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 ClickPipePatchPostgresPipeRemoveTableMapping
impl Default for ClickPipePatchPostgresPipeRemoveTableMapping
Source§fn default() -> ClickPipePatchPostgresPipeRemoveTableMapping
fn default() -> ClickPipePatchPostgresPipeRemoveTableMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickPipePatchPostgresPipeRemoveTableMapping
impl<'de> Deserialize<'de> for ClickPipePatchPostgresPipeRemoveTableMapping
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 ClickPipePatchPostgresPipeRemoveTableMapping
impl PartialEq for ClickPipePatchPostgresPipeRemoveTableMapping
Source§fn eq(&self, other: &ClickPipePatchPostgresPipeRemoveTableMapping) -> bool
fn eq(&self, other: &ClickPipePatchPostgresPipeRemoveTableMapping) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickPipePatchPostgresPipeRemoveTableMapping
Auto Trait Implementations§
impl Freeze for ClickPipePatchPostgresPipeRemoveTableMapping
impl RefUnwindSafe for ClickPipePatchPostgresPipeRemoveTableMapping
impl Send for ClickPipePatchPostgresPipeRemoveTableMapping
impl Sync for ClickPipePatchPostgresPipeRemoveTableMapping
impl Unpin for ClickPipePatchPostgresPipeRemoveTableMapping
impl UnsafeUnpin for ClickPipePatchPostgresPipeRemoveTableMapping
impl UnwindSafe for ClickPipePatchPostgresPipeRemoveTableMapping
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