Struct fastly_api::models::tls_configuration::TlsConfiguration
source · pub struct TlsConfiguration {
pub data: Option<Box<TlsConfigurationData>>,
}
Fields§
§data: Option<Box<TlsConfigurationData>>
Implementations§
source§impl TlsConfiguration
impl TlsConfiguration
pub fn new() -> TlsConfiguration
Trait Implementations§
source§impl Clone for TlsConfiguration
impl Clone for TlsConfiguration
source§fn clone(&self) -> TlsConfiguration
fn clone(&self) -> TlsConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TlsConfiguration
impl Debug for TlsConfiguration
source§impl Default for TlsConfiguration
impl Default for TlsConfiguration
source§fn default() -> TlsConfiguration
fn default() -> TlsConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsConfiguration
impl<'de> Deserialize<'de> for TlsConfiguration
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more