[−][src]Struct acme_lib::order::CertOrder
Order for an issued certificate that is ready to download.
Methods
impl<P: Persist> CertOrder<P>
[src]
pub fn download_and_save_cert(self) -> Result<Certificate>
[src]
Request download of the issued certificate.
When downloaded, the certificate and key will be saved in the
persistence. They can later be retreived using Account::certificate
.
pub fn api_order(&self) -> &ApiOrder
[src]
Access the underlying JSON object for debugging.
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,