Struct google_spanner1::ListDatabasesResponse
source · pub struct ListDatabasesResponse {
pub next_page_token: Option<String>,
pub databases: Option<Vec<Database>>,
}Expand description
The response for ListDatabases.
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 list projects (response)
Fields§
§next_page_token: Option<String>next_page_token can be sent in a subsequent
ListDatabases call to fetch more
of the matching databases.
databases: Option<Vec<Database>>Databases that matched the request.
Trait Implementations§
source§impl Clone for ListDatabasesResponse
impl Clone for ListDatabasesResponse
source§fn clone(&self) -> ListDatabasesResponse
fn clone(&self) -> ListDatabasesResponse
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 ListDatabasesResponse
impl Debug for ListDatabasesResponse
source§impl Default for ListDatabasesResponse
impl Default for ListDatabasesResponse
source§fn default() -> ListDatabasesResponse
fn default() -> ListDatabasesResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListDatabasesResponse
impl<'de> Deserialize<'de> for ListDatabasesResponse
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