pub struct FileCertSource { /* private fields */ }Expand description
OPEN cert source: read a PEM certificate chain + private key from two files.
Implementations§
Trait Implementations§
Source§impl TlsCertSource for FileCertSource
impl TlsCertSource for FileCertSource
Auto Trait Implementations§
impl Freeze for FileCertSource
impl RefUnwindSafe for FileCertSource
impl Send for FileCertSource
impl Sync for FileCertSource
impl Unpin for FileCertSource
impl UnsafeUnpin for FileCertSource
impl UnwindSafe for FileCertSource
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