pub struct AcmeOptions {
pub domains: Vec<String>,
pub contact: Option<String>,
pub cache_dir: PathBuf,
pub staging: bool,
}Expand description
Inputs to bootstrap: the operator-supplied flags from main.
Fields§
§domains: Vec<String>§contact: Option<String>§cache_dir: PathBuf§staging: boolAuto Trait Implementations§
impl Freeze for AcmeOptions
impl RefUnwindSafe for AcmeOptions
impl Send for AcmeOptions
impl Sync for AcmeOptions
impl Unpin for AcmeOptions
impl UnsafeUnpin for AcmeOptions
impl UnwindSafe for AcmeOptions
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