pub struct TcpTlsConnection { /* private fields */ }
Trait Implementations§
Source§impl AsFd for TcpTlsConnection
impl AsFd for TcpTlsConnection
Source§fn as_fd(&self) -> BorrowedFd<'_>
fn as_fd(&self) -> BorrowedFd<'_>
Borrows the file descriptor. Read more
Auto Trait Implementations§
impl !Freeze for TcpTlsConnection
impl !RefUnwindSafe for TcpTlsConnection
impl Send for TcpTlsConnection
impl Sync for TcpTlsConnection
impl Unpin for TcpTlsConnection
impl !UnwindSafe for TcpTlsConnection
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