pub struct vtls_sess { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtls_sess
impl RefUnwindSafe for vtls_sess
impl Send for vtls_sess
impl Sync for vtls_sess
impl Unpin for vtls_sess
impl UnsafeUnpin for vtls_sess
impl UnwindSafe for vtls_sess
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