pub struct WantsClientCert { /* private fields */ }展开描述
配置构建器状态,在此状态下调用者需要 到 supply whether 并 how 到 provide 一个 client certificate.
更多信息请参阅 ConfigBuilder 文档。
Trait 实现§
Source§impl Clone for WantsClientCert
impl Clone for WantsClientCert
Source§fn clone(&self) -> WantsClientCert
fn clone(&self) -> WantsClientCert
返回值的副本。 更多信息
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment 从
source. 更多信息自动 Trait 实现§
impl Freeze for WantsClientCert
impl !RefUnwindSafe for WantsClientCert
impl Send for WantsClientCert
impl Sync for WantsClientCert
impl Unpin for WantsClientCert
impl UnsafeUnpin for WantsClientCert
impl !UnwindSafe for WantsClientCert
Blanket 实现§
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 从 an owned value. 更多信息