pub struct HttpsConfig {
pub certificate: PathBuf,
pub private_key: PathBuf,
}Fields§
§certificate: PathBuf§private_key: PathBufAuto Trait Implementations§
impl Freeze for HttpsConfig
impl RefUnwindSafe for HttpsConfig
impl Send for HttpsConfig
impl Sync for HttpsConfig
impl Unpin for HttpsConfig
impl UnwindSafe for HttpsConfig
Blanket Implementations§
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