Struct google_appengine1::Entrypoint[][src]

pub struct Entrypoint {
    pub shell: Option<String>,
}

The entrypoint for the application.

This type is not used in any activity, and only used as part of another schema.

Fields

The format should be a shell command that can be fed to bash -c.

Trait Implementations

impl Default for Entrypoint
[src]

Returns the "default value" for a type. Read more

impl Clone for Entrypoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entrypoint
[src]

Formats the value using the given formatter. Read more

impl Part for Entrypoint
[src]

Auto Trait Implementations

impl Send for Entrypoint

impl Sync for Entrypoint