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