pub struct SslService { /* private fields */ }Implementationsยง
Sourceยงimpl SslService
impl SslService
pub async fn apply_certificate( &self, request: &ApplyCertificateRequest, ) -> Result<ApplyCertificateResponse>
pub async fn apply_certificate_with_options( &self, request: &ApplyCertificateRequest, options: &RequestOptions, ) -> Result<ApplyCertificateResponse>
pub async fn describe_certificate( &self, request: &DescribeCertificateRequest, ) -> Result<DescribeCertificateResponse>
pub async fn describe_certificate_with_options( &self, request: &DescribeCertificateRequest, options: &RequestOptions, ) -> Result<DescribeCertificateResponse>
pub async fn download_certificate( &self, request: &DownloadCertificateRequest, ) -> Result<DownloadCertificateResponse>
pub async fn download_certificate_with_options( &self, request: &DownloadCertificateRequest, options: &RequestOptions, ) -> Result<DownloadCertificateResponse>
pub async fn upload_certificate( &self, request: &UploadCertificateRequest, ) -> Result<UploadCertificateResponse>
pub async fn upload_certificate_with_options( &self, request: &UploadCertificateRequest, options: &RequestOptions, ) -> Result<UploadCertificateResponse>
Trait Implementationsยง
Sourceยงimpl Clone for SslService
impl Clone for SslService
Sourceยงfn clone(&self) -> SslService
fn clone(&self) -> SslService
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 moreAuto Trait Implementationsยง
impl Freeze for SslService
impl !RefUnwindSafe for SslService
impl Send for SslService
impl Sync for SslService
impl Unpin for SslService
impl !UnwindSafe for SslService
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