Struct solana_banks_interface::ServeBanks [−][src]
pub struct ServeBanks<S> { /* fields omitted */ }
Expand description
A serving function to use with tarpc::server::InFlightRequest::execute.
Trait Implementations
type Resp = BanksResponse
type Resp = BanksResponse
Type of response.
type Fut = BanksResponseFut<S>
type Fut = BanksResponseFut<S>
Type of response future.
Extracts a method name from the request.
Responds to a single request.
Auto Trait Implementations
impl<S> RefUnwindSafe for ServeBanks<S> where
S: RefUnwindSafe,
impl<S> Send for ServeBanks<S> where
S: Send,
impl<S> Sync for ServeBanks<S> where
S: Sync,
impl<S> Unpin for ServeBanks<S> where
S: Unpin,
impl<S> UnwindSafe for ServeBanks<S> where
S: UnwindSafe,
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
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>
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more