pub struct WantsVersions {}展开描述
Config 构建器状态,在此状态下调用者必须提供 TLS 协议版本
更多信息请参阅 ConfigBuilder 文档。
Trait 实现§
Source§impl Clone for WantsVersions
impl Clone for WantsVersions
Source§fn clone(&self) -> WantsVersions
fn clone(&self) -> WantsVersions
返回值的副本。 更多信息
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 WantsVersions
impl RefUnwindSafe for WantsVersions
impl Send for WantsVersions
impl Sync for WantsVersions
impl Unpin for WantsVersions
impl UnsafeUnpin for WantsVersions
impl UnwindSafe for WantsVersions
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. 更多信息