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 duplicate 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 Freeze for CreateCsrParams
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