pub struct CertOrder { /* private fields */ }Expand description
Order for an issued certificate that is ready to download.
Implementations§
Source§impl CertOrder
impl CertOrder
Sourcepub async fn download_cert(self) -> Result<Certificate>
pub async fn download_cert(self) -> Result<Certificate>
Request download of the issued certificate.
Auto Trait Implementations§
impl Freeze for CertOrder
impl !RefUnwindSafe for CertOrder
impl Send for CertOrder
impl Sync for CertOrder
impl Unpin for CertOrder
impl !UnwindSafe for CertOrder
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