pub struct Tls { /* private fields */ }Available on crate feature
tls and (crate features ssh or tls) only.Trait Implementations§
Source§impl Transport for Tls
impl Transport for Tls
type SendHandle = Sender
type RecvHandle = Receiver
fn split(self) -> (Self::SendHandle, Self::RecvHandle)
Auto Trait Implementations§
impl !Freeze for Tls
impl !RefUnwindSafe for Tls
impl Send for Tls
impl Sync for Tls
impl Unpin for Tls
impl !UnwindSafe for Tls
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