Struct google_appengine1_beta5::ApiEndpointHandler [−][src]
Uses Google Cloud Endpoints to handle requests.
This type is not used in any activity, and only used as part of another schema.
Fields
script_path: Option<String>
Path to the script from the application root directory.
Trait Implementations
impl Default for ApiEndpointHandler[src]
impl Default for ApiEndpointHandlerfn default() -> ApiEndpointHandler[src]
fn default() -> ApiEndpointHandlerReturns the "default value" for a type. Read more
impl Clone for ApiEndpointHandler[src]
impl Clone for ApiEndpointHandlerfn clone(&self) -> ApiEndpointHandler[src]
fn clone(&self) -> ApiEndpointHandlerReturns 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 ApiEndpointHandler[src]
impl Debug for ApiEndpointHandlerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ApiEndpointHandler[src]
impl Part for ApiEndpointHandlerAuto Trait Implementations
impl Send for ApiEndpointHandler
impl Send for ApiEndpointHandlerimpl Sync for ApiEndpointHandler
impl Sync for ApiEndpointHandler