pub struct ClientCertPaths {
pub client_crt: PathBuf,
pub client_key: PathBuf,
}Expand description
Client certificate and key paths for mTLS authentication
Fields§
§client_crt: PathBuf§client_key: PathBufTrait Implementations§
Source§impl Clone for ClientCertPaths
impl Clone for ClientCertPaths
Source§fn clone(&self) -> ClientCertPaths
fn clone(&self) -> ClientCertPaths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ClientCertPaths
impl RefUnwindSafe for ClientCertPaths
impl Send for ClientCertPaths
impl Sync for ClientCertPaths
impl Unpin for ClientCertPaths
impl UnsafeUnpin for ClientCertPaths
impl UnwindSafe for ClientCertPaths
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