pub struct ACME {
pub hosts: Vec<ByteString>,
pub directory: ByteString,
pub contacts: Vec<ByteString>,
pub cache: PathBuf,
}
Available on crate features
acme
and tls
only.Expand description
ACME.
Fields§
§hosts: Vec<ByteString>
Hosts.
directory: ByteString
Directory URL.
contacts: Vec<ByteString>
Contacts (usually email addresses).
cache: PathBuf
Cache path.
Implementations§
Source§impl ACME
impl ACME
Sourcepub fn into_config(self) -> AcmeConfig<Error>
pub fn into_config(self) -> AcmeConfig<Error>
Into AcmeConfig.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ACME
impl RefUnwindSafe for ACME
impl Send for ACME
impl Sync for ACME
impl Unpin for ACME
impl UnwindSafe for ACME
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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