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