Struct fastly_api::apis::tls_csrs_api::CreateCsrParams
source · pub struct CreateCsrParams {
pub tls_csr: Option<TlsCsr>,
}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
Auto Trait Implementations§
impl RefUnwindSafe for CreateCsrParams
impl Send for CreateCsrParams
impl Sync for CreateCsrParams
impl Unpin for CreateCsrParams
impl UnwindSafe for CreateCsrParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more