pub struct TlsPaths {
pub cert: PathBuf,
pub key: PathBuf,
}Expand description
Resolved TLS material.
Fields§
§cert: PathBuf§key: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for TlsPaths
impl RefUnwindSafe for TlsPaths
impl Send for TlsPaths
impl Sync for TlsPaths
impl Unpin for TlsPaths
impl UnsafeUnpin for TlsPaths
impl UnwindSafe for TlsPaths
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