Struct solana_banks_server::rpc_banks_service::RpcBanksService [−][src]
pub struct RpcBanksService { /* fields omitted */ }
Implementations
pub fn new(
listen_addr: SocketAddr,
tpu_addr: SocketAddr,
bank_forks: &Arc<RwLock<BankForks>>,
block_commitment_cache: &Arc<RwLock<BlockCommitmentCache>>,
exit: &Arc<AtomicBool>
) -> Self
Auto Trait Implementations
impl !RefUnwindSafe for RpcBanksService
impl Send for RpcBanksService
impl Sync for RpcBanksService
impl Unpin for RpcBanksService
impl !UnwindSafe for RpcBanksService
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