Struct google_datastream1::api::OracleTable
source · pub struct OracleTable {
pub oracle_columns: Option<Vec<OracleColumn>>,
pub table: Option<String>,
}Expand description
Oracle table.
This type is not used in any activity, and only used as part of another schema.
Fields§
§oracle_columns: Option<Vec<OracleColumn>>Oracle columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
table: Option<String>Table name.
Trait Implementations§
source§impl Clone for OracleTable
impl Clone for OracleTable
source§fn clone(&self) -> OracleTable
fn clone(&self) -> OracleTable
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 Debug for OracleTable
impl Debug for OracleTable
source§impl Default for OracleTable
impl Default for OracleTable
source§fn default() -> OracleTable
fn default() -> OracleTable
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OracleTable
impl<'de> Deserialize<'de> for OracleTable
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