Struct google_appengine1::SslSettings [−][src]
SSL configuration for a DomainMapping resource.
This type is not used in any activity, and only used as part of another schema.
Fields
certificate_id: Option<String>
ID of the AuthorizedCertificate resource configuring SSL for the application. Clearing this field will remove SSL support. Example: 12345.
Trait Implementations
impl Default for SslSettings[src]
impl Default for SslSettingsfn default() -> SslSettings[src]
fn default() -> SslSettingsReturns the "default value" for a type. Read more
impl Clone for SslSettings[src]
impl Clone for SslSettingsfn clone(&self) -> SslSettings[src]
fn clone(&self) -> SslSettingsReturns 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 SslSettings[src]
impl Debug for SslSettingsfn 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 SslSettings[src]
impl Part for SslSettingsAuto Trait Implementations
impl Send for SslSettings
impl Send for SslSettingsimpl Sync for SslSettings
impl Sync for SslSettings