Struct google_appengine1::Entrypoint [−][src]
The entrypoint for the application.
This type is not used in any activity, and only used as part of another schema.
Fields
shell: Option<String>
The format should be a shell command that can be fed to bash -c.
Trait Implementations
impl Default for Entrypoint[src]
impl Default for Entrypointfn default() -> Entrypoint[src]
fn default() -> EntrypointReturns the "default value" for a type. Read more
impl Clone for Entrypoint[src]
impl Clone for Entrypointfn clone(&self) -> Entrypoint[src]
fn clone(&self) -> EntrypointReturns 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 Entrypoint[src]
impl Debug for Entrypointfn 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 Entrypoint[src]
impl Part for EntrypointAuto Trait Implementations
impl Send for Entrypoint
impl Send for Entrypointimpl Sync for Entrypoint
impl Sync for Entrypoint