Struct google_appengine1_beta4::Module [−][src]
pub struct Module {
pub id: Option<String>,
pub split: Option<TrafficSplit>,
pub name: Option<String>,
}A Module resource is a logical component of an application that can share state and communicate in a secure fashion with other modules. For example, an application that handles customer requests might include separate modules to handle tasks such as backend data analysis or API requests from mobile devices. Each module has a collection of versions that define a specific set of code used to implement the functionality of that module.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- modules get apps (response)
- modules patch apps (request)
Fields
id: Option<String>
Relative name of the module within the application. Example: default.@OutputOnly
split: Option<TrafficSplit>
Mapping that defines fractional HTTP traffic diversion to different versions within the module.
name: Option<String>
Full path to the Module resource in the API. Example: apps/myapp/modules/default.@OutputOnly
Trait Implementations
impl Default for Module[src]
impl Default for Moduleimpl Clone for Module[src]
impl Clone for Modulefn clone(&self) -> Module[src]
fn clone(&self) -> ModuleReturns 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)Performs copy-assignment from source. Read more
impl Debug for Module[src]
impl Debug for Modulefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for Module[src]
impl RequestValue for Moduleimpl ResponseResult for Module[src]
impl ResponseResult for Module