pub struct TlsConfigurationData {
pub _type: Option<TypeTlsConfiguration>,
pub attributes: Option<Box<TlsConfigurationDataAttributes>>,
pub relationships: Option<Box<RelationshipsForTlsConfiguration>>,
}
Fields§
§_type: Option<TypeTlsConfiguration>
§attributes: Option<Box<TlsConfigurationDataAttributes>>
§relationships: Option<Box<RelationshipsForTlsConfiguration>>
Implementations§
source§impl TlsConfigurationData
impl TlsConfigurationData
pub fn new() -> TlsConfigurationData
Trait Implementations§
source§impl Clone for TlsConfigurationData
impl Clone for TlsConfigurationData
source§fn clone(&self) -> TlsConfigurationData
fn clone(&self) -> TlsConfigurationData
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 TlsConfigurationData
impl Debug for TlsConfigurationData
source§impl Default for TlsConfigurationData
impl Default for TlsConfigurationData
source§fn default() -> TlsConfigurationData
fn default() -> TlsConfigurationData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsConfigurationData
impl<'de> Deserialize<'de> for TlsConfigurationData
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