Expand description
Options for exporting data as CSV.
This type is not used in any activity, and only used as part of another schema.
Fields§
§select_query: Option<String>The select query used to extract the data.
Trait Implementations§
source§impl Clone for ExportContextCsvExportOptions
impl Clone for ExportContextCsvExportOptions
source§fn clone(&self) -> ExportContextCsvExportOptions
fn clone(&self) -> ExportContextCsvExportOptions
Returns a copy 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 Default for ExportContextCsvExportOptions
impl Default for ExportContextCsvExportOptions
source§fn default() -> ExportContextCsvExportOptions
fn default() -> ExportContextCsvExportOptions
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExportContextCsvExportOptions
impl<'de> Deserialize<'de> for ExportContextCsvExportOptions
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