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