Enum tokio_rustls::common::handshake::MidHandshake
source · pub(crate) enum MidHandshake<IS: IoSession> {
Handshaking(IS),
End,
Error {
io: IS::Io,
error: Error,
},
}
Variants§
Trait Implementations§
source§impl<IS, SD> Future for MidHandshake<IS>
impl<IS, SD> Future for MidHandshake<IS>
Auto Trait Implementations§
impl<IS> Freeze for MidHandshake<IS>
impl<IS> !RefUnwindSafe for MidHandshake<IS>
impl<IS> Send for MidHandshake<IS>
impl<IS> Sync for MidHandshake<IS>
impl<IS> Unpin for MidHandshake<IS>
impl<IS> !UnwindSafe for MidHandshake<IS>
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more