Struct google_appengine1::ListServicesResponse [−][src]
pub struct ListServicesResponse {
pub services: Option<Vec<Service>>,
pub next_page_token: Option<String>,
}Response message for Services.ListServices.
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).
- services list apps (response)
Fields
services: Option<Vec<Service>>
The services belonging to the requested application.
next_page_token: Option<String>
Continuation token for fetching the next page of results.
Trait Implementations
impl Default for ListServicesResponse[src]
impl Default for ListServicesResponsefn default() -> ListServicesResponse[src]
fn default() -> ListServicesResponseReturns the "default value" for a type. Read more
impl Clone for ListServicesResponse[src]
impl Clone for ListServicesResponsefn clone(&self) -> ListServicesResponse[src]
fn clone(&self) -> ListServicesResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ListServicesResponse[src]
impl Debug for ListServicesResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for ListServicesResponse[src]
impl ResponseResult for ListServicesResponseAuto Trait Implementations
impl Send for ListServicesResponse
impl Send for ListServicesResponseimpl Sync for ListServicesResponse
impl Sync for ListServicesResponse