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