Struct google_appengine1_beta5::ScriptHandler [−][src]
Executes a script to handle the request that matches the URL pattern.
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 ScriptHandler[src]
impl Default for ScriptHandlerfn default() -> ScriptHandler[src]
fn default() -> ScriptHandlerReturns the "default value" for a type. Read more
impl Clone for ScriptHandler[src]
impl Clone for ScriptHandlerfn clone(&self) -> ScriptHandler[src]
fn clone(&self) -> ScriptHandlerReturns 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 ScriptHandler[src]
impl Debug for ScriptHandlerfn 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 ScriptHandler[src]
impl Part for ScriptHandlerAuto Trait Implementations
impl Send for ScriptHandler
impl Send for ScriptHandlerimpl Sync for ScriptHandler
impl Sync for ScriptHandler