Struct fastly_api::apis::tls_private_keys_api::CreateTlsKeyParams
source · pub struct CreateTlsKeyParams {
pub tls_private_key: Option<TlsPrivateKey>,
}
Expand description
struct for passing parameters to the method create_tls_key
Fields§
§tls_private_key: Option<TlsPrivateKey>
Trait Implementations§
source§impl Clone for CreateTlsKeyParams
impl Clone for CreateTlsKeyParams
source§fn clone(&self) -> CreateTlsKeyParams
fn clone(&self) -> CreateTlsKeyParams
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 CreateTlsKeyParams
impl Debug for CreateTlsKeyParams
source§impl Default for CreateTlsKeyParams
impl Default for CreateTlsKeyParams
source§fn default() -> CreateTlsKeyParams
fn default() -> CreateTlsKeyParams
Returns the “default value” for a type. Read more