pub enum BanksResponseFut<S: Banks> {
Show 13 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),
ProcessTransactionWithMetadataAndContext(<S as Banks>::ProcessTransactionWithMetadataAndContextFut),
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)
ProcessTransactionWithMetadataAndContext(<S as Banks>::ProcessTransactionWithMetadataAndContextFut)
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> Freeze for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: Freeze,
<S as Banks>::GetFeesWithCommitmentAndContextFut: Freeze,
<S as Banks>::GetTransactionStatusWithContextFut: Freeze,
<S as Banks>::GetSlotWithContextFut: Freeze,
<S as Banks>::GetBlockHeightWithContextFut: Freeze,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Freeze,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Freeze,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: Freeze,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Freeze,
<S as Banks>::GetAccountWithCommitmentAndContextFut: Freeze,
<S as Banks>::GetLatestBlockhashWithContextFut: Freeze,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Freeze,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Freeze,
impl<S> RefUnwindSafe for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: RefUnwindSafe,
<S as Banks>::GetFeesWithCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::GetTransactionStatusWithContextFut: RefUnwindSafe,
<S as Banks>::GetSlotWithContextFut: RefUnwindSafe,
<S as Banks>::GetBlockHeightWithContextFut: RefUnwindSafe,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: RefUnwindSafe,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::GetAccountWithCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::GetLatestBlockhashWithContextFut: RefUnwindSafe,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: RefUnwindSafe,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: RefUnwindSafe,
impl<S> Send for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: Send,
<S as Banks>::GetFeesWithCommitmentAndContextFut: Send,
<S as Banks>::GetTransactionStatusWithContextFut: Send,
<S as Banks>::GetSlotWithContextFut: Send,
<S as Banks>::GetBlockHeightWithContextFut: Send,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Send,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Send,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: Send,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Send,
<S as Banks>::GetAccountWithCommitmentAndContextFut: Send,
<S as Banks>::GetLatestBlockhashWithContextFut: Send,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Send,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Send,
impl<S> Sync for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: Sync,
<S as Banks>::GetFeesWithCommitmentAndContextFut: Sync,
<S as Banks>::GetTransactionStatusWithContextFut: Sync,
<S as Banks>::GetSlotWithContextFut: Sync,
<S as Banks>::GetBlockHeightWithContextFut: Sync,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Sync,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Sync,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: Sync,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Sync,
<S as Banks>::GetAccountWithCommitmentAndContextFut: Sync,
<S as Banks>::GetLatestBlockhashWithContextFut: Sync,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Sync,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Sync,
impl<S> Unpin for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: Unpin,
<S as Banks>::GetFeesWithCommitmentAndContextFut: Unpin,
<S as Banks>::GetTransactionStatusWithContextFut: Unpin,
<S as Banks>::GetSlotWithContextFut: Unpin,
<S as Banks>::GetBlockHeightWithContextFut: Unpin,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: Unpin,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: Unpin,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: Unpin,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: Unpin,
<S as Banks>::GetAccountWithCommitmentAndContextFut: Unpin,
<S as Banks>::GetLatestBlockhashWithContextFut: Unpin,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: Unpin,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: Unpin,
impl<S> UnwindSafe for BanksResponseFut<S>where
<S as Banks>::SendTransactionWithContextFut: UnwindSafe,
<S as Banks>::GetFeesWithCommitmentAndContextFut: UnwindSafe,
<S as Banks>::GetTransactionStatusWithContextFut: UnwindSafe,
<S as Banks>::GetSlotWithContextFut: UnwindSafe,
<S as Banks>::GetBlockHeightWithContextFut: UnwindSafe,
<S as Banks>::ProcessTransactionWithPreflightAndCommitmentAndContextFut: UnwindSafe,
<S as Banks>::ProcessTransactionWithCommitmentAndContextFut: UnwindSafe,
<S as Banks>::ProcessTransactionWithMetadataAndContextFut: UnwindSafe,
<S as Banks>::SimulateTransactionWithCommitmentAndContextFut: UnwindSafe,
<S as Banks>::GetAccountWithCommitmentAndContextFut: UnwindSafe,
<S as Banks>::GetLatestBlockhashWithContextFut: UnwindSafe,
<S as Banks>::GetLatestBlockhashWithCommitmentAndContextFut: UnwindSafe,
<S as Banks>::GetFeeForMessageWithCommitmentAndContextFut: 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<T> FutureExt for T
impl<T> FutureExt for T
source§fn map<U, F>(self, f: F) -> Map<Self, F>
fn map<U, F>(self, f: F) -> Map<Self, F>
Map this future’s output to a different type, returning a new future of
the resulting type. Read more
source§fn map_into<U>(self) -> MapInto<Self, U>
fn map_into<U>(self) -> MapInto<Self, U>
Map this future’s output to a different type, returning a new future of
the resulting type. Read more
source§fn then<Fut, F>(self, f: F) -> Then<Self, Fut, F>
fn then<Fut, F>(self, f: F) -> Then<Self, Fut, F>
Chain on a computation for when a future finished, passing the result of
the future to the provided closure
f
. Read moresource§fn left_future<B>(self) -> Either<Self, B>
fn left_future<B>(self) -> Either<Self, B>
source§fn right_future<A>(self) -> Either<A, Self>
fn right_future<A>(self) -> Either<A, Self>
source§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
source§fn flatten(self) -> Flatten<Self>
fn flatten(self) -> Flatten<Self>
Flatten the execution of this future when the output of this
future is itself another future. Read more
source§fn flatten_stream(self) -> FlattenStream<Self>
fn flatten_stream(self) -> FlattenStream<Self>
Flatten the execution of this future when the successful result of this
future is a stream. Read more
source§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 moresource§fn inspect<F>(self, f: F) -> Inspect<Self, F>
fn inspect<F>(self, f: F) -> Inspect<Self, F>
Do something with the output of a future before passing it on. Read more
source§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
source§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 moresource§fn boxed<'a>(self) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'a>>
fn boxed<'a>(self) -> Pin<Box<dyn Future<Output = Self::Output> + Send + 'a>>
Wrap the future in a Box, pinning it. Read more
source§fn boxed_local<'a>(self) -> Pin<Box<dyn Future<Output = Self::Output> + 'a>>where
Self: Sized + 'a,
fn boxed_local<'a>(self) -> Pin<Box<dyn Future<Output = Self::Output> + 'a>>where
Self: Sized + 'a,
Wrap the future in a Box, pinning it. Read more
source§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 = ()
>.source§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
>.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<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
source§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