Struct google_appengine1_beta4::ListLocationsResponse [−][src]
pub struct ListLocationsResponse {
pub next_page_token: Option<String>,
pub locations: Option<Vec<Location>>,
}The response message for Locations.ListLocations.
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).
- locations list apps (response)
Fields
next_page_token: Option<String>
The standard List next-page token.
locations: Option<Vec<Location>>
A list of locations that matches the specified filter in the request.
Trait Implementations
impl Default for ListLocationsResponse[src]
impl Default for ListLocationsResponsefn default() -> ListLocationsResponse[src]
fn default() -> ListLocationsResponseReturns the "default value" for a type. Read more
impl Clone for ListLocationsResponse[src]
impl Clone for ListLocationsResponsefn clone(&self) -> ListLocationsResponse[src]
fn clone(&self) -> ListLocationsResponseReturns 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 ListLocationsResponse[src]
impl Debug for ListLocationsResponsefn 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 ListLocationsResponse[src]
impl ResponseResult for ListLocationsResponseAuto Trait Implementations
impl Send for ListLocationsResponse
impl Send for ListLocationsResponseimpl Sync for ListLocationsResponse
impl Sync for ListLocationsResponse