Struct acmer::AcmeClient
source · pub struct AcmeClient { /* private fields */ }Implementations§
source§impl AcmeClient
impl AcmeClient
pub fn builder() -> AcmeClientBuilder
pub async fn from_directory_url( url: impl AsRef<str> ) -> impl Future<Output = Result<AcmeClient, Error>>
pub fn directory_url(&self) -> &str
pub fn directory(&self) -> &Directory
pub fn new_account(&self) -> NewAccountRequest<'_>
pub async fn existing_account_from_private_key( &self, private_key: PrivateKey ) -> impl Future<Output = Result<Account, Error>>
Trait Implementations§
source§impl Clone for AcmeClient
impl Clone for AcmeClient
source§fn clone(&self) -> AcmeClient
fn clone(&self) -> AcmeClient
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 more