Struct google_appengine1_beta4::ApiConfigHandler [−][src]
pub struct ApiConfigHandler {
pub url: Option<String>,
pub security_level: Option<String>,
pub login: Option<String>,
pub auth_fail_action: Option<String>,
pub script: Option<String>,
}Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
URL to serve the endpoint at.
security_level: Option<String>
Security (HTTPS) enforcement for this URL.
login: Option<String>
Level of login required to access this resource. Defaults to optional.
auth_fail_action: Option<String>
Action to take when users access resources that require authentication. Defaults to redirect.
script: Option<String>
Path to the script from the application root directory.
Trait Implementations
impl Default for ApiConfigHandler[src]
impl Default for ApiConfigHandlerfn default() -> ApiConfigHandler[src]
fn default() -> ApiConfigHandlerReturns the "default value" for a type. Read more
impl Clone for ApiConfigHandler[src]
impl Clone for ApiConfigHandlerfn clone(&self) -> ApiConfigHandler[src]
fn clone(&self) -> ApiConfigHandlerReturns 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 ApiConfigHandler[src]
impl Debug for ApiConfigHandlerfn 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 ApiConfigHandler[src]
impl Part for ApiConfigHandlerAuto Trait Implementations
impl Send for ApiConfigHandler
impl Send for ApiConfigHandlerimpl Sync for ApiConfigHandler
impl Sync for ApiConfigHandler