Struct google_spanner1::GetDatabaseDdlResponse
source · Expand description
The response for GetDatabaseDdl.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- instances databases get ddl projects (response)
Fields§
§statements: Option<Vec<String>>A list of formatted DDL statements defining the schema of the database specified in the request.
Trait Implementations§
source§impl Clone for GetDatabaseDdlResponse
impl Clone for GetDatabaseDdlResponse
source§fn clone(&self) -> GetDatabaseDdlResponse
fn clone(&self) -> GetDatabaseDdlResponse
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 GetDatabaseDdlResponse
impl Debug for GetDatabaseDdlResponse
source§impl Default for GetDatabaseDdlResponse
impl Default for GetDatabaseDdlResponse
source§fn default() -> GetDatabaseDdlResponse
fn default() -> GetDatabaseDdlResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetDatabaseDdlResponse
impl<'de> Deserialize<'de> for GetDatabaseDdlResponse
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