pub struct WantsServerCert { /* private fields */ }展开描述
A config builder state where the caller must supply how 到 provide 一个 server certificate 到 the connecting peer.
更多信息请参阅 ConfigBuilder 文档。
Trait 实现§
Source§impl Clone for WantsServerCert
impl Clone for WantsServerCert
Source§fn clone(&self) -> WantsServerCert
fn clone(&self) -> WantsServerCert
返回值的副本。 更多信息
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 WantsServerCert
impl !RefUnwindSafe for WantsServerCert
impl Send for WantsServerCert
impl Sync for WantsServerCert
impl Unpin for WantsServerCert
impl UnsafeUnpin for WantsServerCert
impl !UnwindSafe for WantsServerCert
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. 更多信息