pub enum ClientTlsKind {}Auto Trait Implementations§
impl Freeze for ClientTlsKind
impl RefUnwindSafe for ClientTlsKind
impl Send for ClientTlsKind
impl Sync for ClientTlsKind
impl Unpin for ClientTlsKind
impl UnsafeUnpin for ClientTlsKind
impl UnwindSafe for ClientTlsKind
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