Struct google_appengine1_beta4::api::ApiEndpointHandler
source · pub struct ApiEndpointHandler {
pub script_path: Option<String>,
}Expand description
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§
source§impl Clone for ApiEndpointHandler
impl Clone for ApiEndpointHandler
source§fn clone(&self) -> ApiEndpointHandler
fn clone(&self) -> ApiEndpointHandler
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 ApiEndpointHandler
impl Debug for ApiEndpointHandler
source§impl Default for ApiEndpointHandler
impl Default for ApiEndpointHandler
source§fn default() -> ApiEndpointHandler
fn default() -> ApiEndpointHandler
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApiEndpointHandler
impl<'de> Deserialize<'de> for ApiEndpointHandler
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