Struct google_appengine1::Library [] [src]

pub struct Library {
    pub version: Option<String>,
    pub name: Option<String>,
}

Third-party Python runtime library that is required by the application.

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

Fields

Version of the library to select, or "latest".

Name of the library. Example: "django".

Trait Implementations

impl Default for Library
[src]

[src]

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

impl Clone for Library
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Library
[src]

[src]

Formats the value using the given formatter.

impl Part for Library
[src]