Struct fastly_api::apis::tls_csrs_api::CreateCsrParams
source · Expand description
struct for passing parameters to the method create_csr
Fields§
§tls_csr: Option<TlsCsr>
Trait Implementations§
source§impl Clone for CreateCsrParams
impl Clone for CreateCsrParams
source§fn clone(&self) -> CreateCsrParams
fn clone(&self) -> CreateCsrParams
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 CreateCsrParams
impl Debug for CreateCsrParams
source§impl Default for CreateCsrParams
impl Default for CreateCsrParams
source§fn default() -> CreateCsrParams
fn default() -> CreateCsrParams
Returns the “default value” for a type. Read more