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