pub enum BanksResponseFut<S: Banks> {
SendTransactionWithContext(<S as Banks>::SendTransactionWithContextFut),
GetFeesWithCommitmentAndContext(<S as Banks>::GetFeesWithCommitmentAndContextFut),
GetTransactionStatusWithContext(<S as Banks>::GetTransactionStatusWithContextFut),
GetSlotWithContext(<S as Banks>::GetSlotWithContextFut),
GetBlockHeightWithContext(<S as Banks>::GetBlockHeightWithContextFut),
ProcessTransactionWithPreflightAndCommitmentAndContext(<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut),
ProcessTransactionWithCommitmentAndContext(<S as Banks>::ProcessTransactionWithCommitmentAndContextFut),
SimulateTransactionWithCommitmentAndContext(<S as Banks>::SimulateTransactionWithCommitmentAndContextFut),
GetAccountWithCommitmentAndContext(<S as Banks>::GetAccountWithCommitmentAndContextFut),
GetLatestBlockhashWithContext(<S as Banks>::GetLatestBlockhashWithContextFut),
GetLatestBlockhashWithCommitmentAndContext(<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut),
GetFeeForMessageWithCommitmentAndContext(<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut),
}
Expand description
A future resolving to a server response.
Variants§
SendTransactionWithContext(<S as Banks>::SendTransactionWithContextFut)
GetFeesWithCommitmentAndContext(<S as Banks>::GetFeesWithCommitmentAndContextFut)
GetTransactionStatusWithContext(<S as Banks>::GetTransactionStatusWithContextFut)
GetSlotWithContext(<S as Banks>::GetSlotWithContextFut)
GetBlockHeightWithContext(<S as Banks>::GetBlockHeightWithContextFut)
ProcessTransactionWithPreflightAndCommitmentAndContext(<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut)
ProcessTransactionWithCommitmentAndContext(<S as Banks>::ProcessTransactionWithCommitmentAndContextFut)
SimulateTransactionWithCommitmentAndContext(<S as Banks>::SimulateTransactionWithCommitmentAndContextFut)
GetAccountWithCommitmentAndContext(<S as Banks>::GetAccountWithCommitmentAndContextFut)
GetLatestBlockhashWithContext(<S as Banks>::GetLatestBlockhashWithContextFut)
GetLatestBlockhashWithCommitmentAndContext(<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut)
GetFeeForMessageWithCommitmentAndContext(<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut)
Trait Implementations§
source§impl<S: Banks> Debug for BanksResponseFut<S>
impl<S: Banks> Debug for BanksResponseFut<S>
source§impl<S: Banks> Future for BanksResponseFut<S>
impl<S: Banks> Future for BanksResponseFut<S>
Auto Trait Implementations§
impl<S> RefUnwindSafe for BanksResponseFut<S>where <S as Banks>::GetAccountWithCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::GetBlockHeightWithContextFut: RefUnwindSafe, <S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::GetFeesWithCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::GetLatestBlockhashWithContextFut: RefUnwindSafe, <S as Banks>::GetSlotWithContextFut: RefUnwindSafe, <S as Banks>::GetTransactionStatusWithContextFut: RefUnwindSafe, <S as Banks>::ProcessTransactionWithCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: RefUnwindSafe, <S as Banks>::SendTransactionWithContextFut: RefUnwindSafe, <S as Banks>::SimulateTransactionWithCommitmentAndContextFut: RefUnwindSafe,
impl<S> Send for BanksResponseFut<S>where <S as Banks>::GetAccountWithCommitmentAndContextFut: Send, <S as Banks>::GetBlockHeightWithContextFut: Send, <S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Send, <S as Banks>::GetFeesWithCommitmentAndContextFut: Send, <S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Send, <S as Banks>::GetLatestBlockhashWithContextFut: Send, <S as Banks>::GetSlotWithContextFut: Send, <S as Banks>::GetTransactionStatusWithContextFut: Send, <S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Send, <S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Send, <S as Banks>::SendTransactionWithContextFut: Send, <S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Send,
impl<S> Sync for BanksResponseFut<S>where <S as Banks>::GetAccountWithCommitmentAndContextFut: Sync, <S as Banks>::GetBlockHeightWithContextFut: Sync, <S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Sync, <S as Banks>::GetFeesWithCommitmentAndContextFut: Sync, <S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Sync, <S as Banks>::GetLatestBlockhashWithContextFut: Sync, <S as Banks>::GetSlotWithContextFut: Sync, <S as Banks>::GetTransactionStatusWithContextFut: Sync, <S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Sync, <S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Sync, <S as Banks>::SendTransactionWithContextFut: Sync, <S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Sync,
impl<S> Unpin for BanksResponseFut<S>where <S as Banks>::GetAccountWithCommitmentAndContextFut: Unpin, <S as Banks>::GetBlockHeightWithContextFut: Unpin, <S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Unpin, <S as Banks>::GetFeesWithCommitmentAndContextFut: Unpin, <S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Unpin, <S as Banks>::GetLatestBlockhashWithContextFut: Unpin, <S as Banks>::GetSlotWithContextFut: Unpin, <S as Banks>::GetTransactionStatusWithContextFut: Unpin, <S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Unpin, <S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Unpin, <S as Banks>::SendTransactionWithContextFut: Unpin, <S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Unpin,
impl<S> UnwindSafe for BanksResponseFut<S>where <S as Banks>::GetAccountWithCommitmentAndContextFut: UnwindSafe, <S as Banks>::GetBlockHeightWithContextFut: UnwindSafe, <S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: UnwindSafe, <S as Banks>::GetFeesWithCommitmentAndContextFut: UnwindSafe, <S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: UnwindSafe, <S as Banks>::GetLatestBlockhashWithContextFut: UnwindSafe, <S as Banks>::GetSlotWithContextFut: UnwindSafe, <S as Banks>::GetTransactionStatusWithContextFut: UnwindSafe, <S as Banks>::ProcessTransactionWithCommitmentAndContextFut: UnwindSafe, <S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: UnwindSafe, <S as Banks>::SendTransactionWithContextFut: UnwindSafe, <S as Banks>::SimulateTransactionWithCommitmentAndContextFut: UnwindSafe,
Blanket Implementations§
§impl<T> FutureExt for Twhere
T: Future + ?Sized,
impl<T> FutureExt for Twhere T: Future + ?Sized,
§fn map<U, F>(self, f: F) -> Map<Self, F>where
F: FnOnce(Self::Output) -> U,
Self: Sized,
fn map<U, F>(self, f: F) -> Map<Self, F>where F: FnOnce(Self::Output) -> U, Self: Sized,
Map this future’s output to a different type, returning a new future of
the resulting type. Read more
§fn map_into<U>(self) -> MapInto<Self, U>where
Self::Output: Into<U>,
Self: Sized,
fn map_into<U>(self) -> MapInto<Self, U>where Self::Output: Into<U>, Self: Sized,
Map this future’s output to a different type, returning a new future of
the resulting type. Read more
§fn then<Fut, F>(self, f: F) -> Then<Self, Fut, F>where
F: FnOnce(Self::Output) -> Fut,
Fut: Future,
Self: Sized,
fn then<Fut, F>(self, f: F) -> Then<Self, Fut, F>where F: FnOnce(Self::Output) -> Fut, Fut: Future, Self: Sized,
Chain on a computation for when a future finished, passing the result of
the future to the provided closure
f
. Read more§fn left_future<B>(self) -> Either<Self, B>where
B: Future<Output = Self::Output>,
Self: Sized,
fn left_future<B>(self) -> Either<Self, B>where B: Future<Output = Self::Output>, Self: Sized,
§fn right_future<A>(self) -> Either<A, Self>where
A: Future<Output = Self::Output>,
Self: Sized,
fn right_future<A>(self) -> Either<A, Self>where A: Future<Output = Self::Output>, Self: Sized,
§fn into_stream(self) -> IntoStream<Self>where
Self: Sized,
fn into_stream(self) -> IntoStream<Self>where Self: Sized,
Convert this future into a single element stream. Read more
§fn flatten(self) -> Flatten<Self>where
Self::Output: Future,
Self: Sized,
fn flatten(self) -> Flatten<Self>where Self::Output: Future, Self: Sized,
Flatten the execution of this future when the output of this
future is itself another future. Read more
§fn flatten_stream(self) -> FlattenStream<Self>where
Self::Output: Stream,
Self: Sized,
fn flatten_stream(self) -> FlattenStream<Self>where Self::Output: Stream, Self: Sized,
Flatten the execution of this future when the successful result of this
future is a stream. Read more
§fn fuse(self) -> Fuse<Self>where
Self: Sized,
fn fuse(self) -> Fuse<Self>where Self: Sized,
Fuse a future such that
poll
will never again be called once it has
completed. This method can be used to turn any Future
into a
FusedFuture
. Read more§fn inspect<F>(self, f: F) -> Inspect<Self, F>where
F: FnOnce(&Self::Output),
Self: Sized,
fn inspect<F>(self, f: F) -> Inspect<Self, F>where F: FnOnce(&Self::Output), Self: Sized,
Do something with the output of a future before passing it on. Read more
§fn catch_unwind(self) -> CatchUnwind<Self>where
Self: Sized + UnwindSafe,
fn catch_unwind(self) -> CatchUnwind<Self>where Self: Sized + UnwindSafe,
Catches unwinding panics while polling the future. Read more
Create a cloneable handle to this future where all handles will resolve
to the same result. Read more
§fn remote_handle(self) -> (Remote<Self>, RemoteHandle<Self::Output>)where
Self: Sized,
fn remote_handle(self) -> (Remote<Self>, RemoteHandle<Self::Output>)where Self: Sized,
Turn this future into a future that yields
()
on completion and sends
its output to another future on a separate task. Read more§fn boxed<'a>(
self
) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'a, Global>>where
Self: Sized + Send + 'a,
fn boxed<'a>( self ) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'a, Global>>where Self: Sized + Send + 'a,
Wrap the future in a Box, pinning it. Read more
§fn boxed_local<'a>(
self
) -> Pin<Box<dyn Future<Output = Self::Output> + 'a, Global>>where
Self: Sized + 'a,
fn boxed_local<'a>( self ) -> Pin<Box<dyn Future<Output = Self::Output> + 'a, Global>>where Self: Sized + 'a,
Wrap the future in a Box, pinning it. Read more
§fn unit_error(self) -> UnitError<Self>where
Self: Sized,
fn unit_error(self) -> UnitError<Self>where Self: Sized,
Turns a
Future<Output = T>
into a
TryFuture<Ok = T, Error = ()
>.§fn never_error(self) -> NeverError<Self>where
Self: Sized,
fn never_error(self) -> NeverError<Self>where Self: Sized,
Turns a
Future<Output = T>
into a
TryFuture<Ok = T, Error = Never
>.§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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