Struct google_datastream1::api::OracleSchema
source · pub struct OracleSchema {
pub oracle_tables: Option<Vec<OracleTable>>,
pub schema: Option<String>,
}Expand description
Oracle schema.
This type is not used in any activity, and only used as part of another schema.
Fields§
§oracle_tables: Option<Vec<OracleTable>>Tables in the schema.
schema: Option<String>Schema name.
Trait Implementations§
source§impl Clone for OracleSchema
impl Clone for OracleSchema
source§fn clone(&self) -> OracleSchema
fn clone(&self) -> OracleSchema
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 OracleSchema
impl Debug for OracleSchema
source§impl Default for OracleSchema
impl Default for OracleSchema
source§fn default() -> OracleSchema
fn default() -> OracleSchema
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OracleSchema
impl<'de> Deserialize<'de> for OracleSchema
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