Struct bonsaidb_server::AcmeConfiguration
source · pub struct AcmeConfiguration {
pub contact_email: Option<String>,
pub directory: String,
}
Expand description
The Automated Certificate Management Environment (ACME) configuration.
Fields§
§contact_email: Option<String>
The contact email to register with the ACME directory for the account.
directory: String
The ACME directory to use for registration. The default is
LETS_ENCRYPT_PRODUCTION_DIRECTORY
.
Trait Implementations§
source§impl Clone for AcmeConfiguration
impl Clone for AcmeConfiguration
source§fn clone(&self) -> AcmeConfiguration
fn clone(&self) -> AcmeConfiguration
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 AcmeConfiguration
impl Debug for AcmeConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for AcmeConfiguration
impl Send for AcmeConfiguration
impl Sync for AcmeConfiguration
impl Unpin for AcmeConfiguration
impl UnwindSafe for AcmeConfiguration
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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