struct StartedHandshakeFutureInner<F, S> {
f: F,
stream: S,
}
Fields§
§f: F
§stream: S
Auto Trait Implementations§
impl<F, S> Freeze for StartedHandshakeFutureInner<F, S>
impl<F, S> RefUnwindSafe for StartedHandshakeFutureInner<F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<F, S> Send for StartedHandshakeFutureInner<F, S>
impl<F, S> Sync for StartedHandshakeFutureInner<F, S>
impl<F, S> Unpin for StartedHandshakeFutureInner<F, S>
impl<F, S> UnwindSafe for StartedHandshakeFutureInner<F, S>where
F: UnwindSafe,
S: UnwindSafe,
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