Struct fastly_api::models::tls_private_key_data::TlsPrivateKeyData
source · pub struct TlsPrivateKeyData {
pub _type: Option<TypeTlsPrivateKey>,
pub attributes: Option<Box<TlsPrivateKeyDataAttributes>>,
pub relationships: Option<Box<RelationshipsForTlsPrivateKey>>,
}
Fields§
§_type: Option<TypeTlsPrivateKey>
§attributes: Option<Box<TlsPrivateKeyDataAttributes>>
§relationships: Option<Box<RelationshipsForTlsPrivateKey>>
Implementations§
source§impl TlsPrivateKeyData
impl TlsPrivateKeyData
pub fn new() -> TlsPrivateKeyData
Trait Implementations§
source§impl Clone for TlsPrivateKeyData
impl Clone for TlsPrivateKeyData
source§fn clone(&self) -> TlsPrivateKeyData
fn clone(&self) -> TlsPrivateKeyData
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 TlsPrivateKeyData
impl Debug for TlsPrivateKeyData
source§impl Default for TlsPrivateKeyData
impl Default for TlsPrivateKeyData
source§fn default() -> TlsPrivateKeyData
fn default() -> TlsPrivateKeyData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TlsPrivateKeyData
impl<'de> Deserialize<'de> for TlsPrivateKeyData
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