Struct google_appengine1_beta4::Library [−][src]
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: Option<String>
Version of the library to select, or "latest".
name: Option<String>
Name of the library. Example: "django".
Trait Implementations
impl Default for Library[src]
impl Default for Libraryimpl Clone for Library[src]
impl Clone for Libraryfn clone(&self) -> Library[src]
fn clone(&self) -> LibraryReturns 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 Library[src]
impl Debug for Libraryfn 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 Library[src]
impl Part for Library