Struct fastly_api::apis::tls_certificates_api::UpdateTlsCertParams
source · pub struct UpdateTlsCertParams {
pub tls_certificate_id: String,
pub tls_certificate: Option<TlsCertificate>,
}
Expand description
struct for passing parameters to the method update_tls_cert
Fields§
§tls_certificate_id: String
Alphanumeric string identifying a TLS certificate.
tls_certificate: Option<TlsCertificate>
Trait Implementations§
source§impl Clone for UpdateTlsCertParams
impl Clone for UpdateTlsCertParams
source§fn clone(&self) -> UpdateTlsCertParams
fn clone(&self) -> UpdateTlsCertParams
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 UpdateTlsCertParams
impl Debug for UpdateTlsCertParams
source§impl Default for UpdateTlsCertParams
impl Default for UpdateTlsCertParams
source§fn default() -> UpdateTlsCertParams
fn default() -> UpdateTlsCertParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTlsCertParams
impl Send for UpdateTlsCertParams
impl Sync for UpdateTlsCertParams
impl Unpin for UpdateTlsCertParams
impl UnwindSafe for UpdateTlsCertParams
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