Enum either_of::EitherOf9Future
source · pub enum EitherOf9Future<A, B, C, D, E, F, G, H, I> {
A {
inner: A,
},
B {
inner: B,
},
C {
inner: C,
},
D {
inner: D,
},
E {
inner: E,
},
F {
inner: F,
},
G {
inner: G,
},
H {
inner: H,
},
I {
inner: I,
},
}
Variants§
A
Fields
§
inner: A
B
Fields
§
inner: B
C
Fields
§
inner: C
D
Fields
§
inner: D
E
Fields
§
inner: E
F
Fields
§
inner: F
G
Fields
§
inner: G
H
Fields
§
inner: H
I
Fields
§
inner: I
Trait Implementations§
source§impl<A, B, C, D, E, F, G, H, I> Future for EitherOf9Future<A, B, C, D, E, F, G, H, I>
impl<A, B, C, D, E, F, G, H, I> Future for EitherOf9Future<A, B, C, D, E, F, G, H, I>
impl<'__pin, A, B, C, D, E, F, G, H, I> Unpin for EitherOf9Future<A, B, C, D, E, F, G, H, I>where
__Origin<'__pin, A, B, C, D, E, F, G, H, I>: Unpin,
Auto Trait Implementations§
impl<A, B, C, D, E, F, G, H, I> Freeze for EitherOf9Future<A, B, C, D, E, F, G, H, I>
impl<A, B, C, D, E, F, G, H, I> RefUnwindSafe for EitherOf9Future<A, B, C, D, E, F, G, H, I>where
A: RefUnwindSafe,
B: RefUnwindSafe,
C: RefUnwindSafe,
D: RefUnwindSafe,
E: RefUnwindSafe,
F: RefUnwindSafe,
G: RefUnwindSafe,
H: RefUnwindSafe,
I: RefUnwindSafe,
impl<A, B, C, D, E, F, G, H, I> Send for EitherOf9Future<A, B, C, D, E, F, G, H, I>
impl<A, B, C, D, E, F, G, H, I> Sync for EitherOf9Future<A, B, C, D, E, F, G, H, I>
impl<A, B, C, D, E, F, G, H, I> UnwindSafe for EitherOf9Future<A, B, C, D, E, F, G, H, I>where
A: UnwindSafe,
B: UnwindSafe,
C: UnwindSafe,
D: UnwindSafe,
E: UnwindSafe,
F: UnwindSafe,
G: UnwindSafe,
H: UnwindSafe,
I: 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
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