Struct google_datastream1::api::PostgresqlRdbms
source · pub struct PostgresqlRdbms {
pub postgresql_schemas: Option<Vec<PostgresqlSchema>>,
}
Expand description
PostgreSQL database structure.
This type is not used in any activity, and only used as part of another schema.
Fields§
§postgresql_schemas: Option<Vec<PostgresqlSchema>>
PostgreSQL schemas in the database server.
Trait Implementations§
source§impl Clone for PostgresqlRdbms
impl Clone for PostgresqlRdbms
source§fn clone(&self) -> PostgresqlRdbms
fn clone(&self) -> PostgresqlRdbms
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 PostgresqlRdbms
impl Debug for PostgresqlRdbms
source§impl Default for PostgresqlRdbms
impl Default for PostgresqlRdbms
source§fn default() -> PostgresqlRdbms
fn default() -> PostgresqlRdbms
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PostgresqlRdbms
impl<'de> Deserialize<'de> for PostgresqlRdbms
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
source§impl Serialize for PostgresqlRdbms
impl Serialize for PostgresqlRdbms
impl Part for PostgresqlRdbms
Auto Trait Implementations§
impl RefUnwindSafe for PostgresqlRdbms
impl Send for PostgresqlRdbms
impl Sync for PostgresqlRdbms
impl Unpin for PostgresqlRdbms
impl UnwindSafe for PostgresqlRdbms
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more