pub struct TlsFilePaths {
pub redis_crt: PathBuf,
pub redis_key: PathBuf,
pub ca_crt: PathBuf,
}
Fields§
§redis_crt: PathBuf
§redis_key: PathBuf
§ca_crt: PathBuf
Trait Implementations§
Source§impl Clone for TlsFilePaths
impl Clone for TlsFilePaths
Source§fn clone(&self) -> TlsFilePaths
fn clone(&self) -> TlsFilePaths
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 moreAuto Trait Implementations§
impl Freeze for TlsFilePaths
impl RefUnwindSafe for TlsFilePaths
impl Send for TlsFilePaths
impl Sync for TlsFilePaths
impl Unpin for TlsFilePaths
impl UnwindSafe for TlsFilePaths
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