Struct solana_client::rpc_sender::RpcTransportStats
source · [−]pub struct RpcTransportStats {
pub request_count: usize,
pub elapsed_time: Duration,
pub rate_limited_time: Duration,
}
Fields
request_count: usize
Number of RPC requests issued
elapsed_time: Duration
Total amount of time spent transacting with the RPC server
rate_limited_time: Duration
Total amount of waiting time due to RPC server rate limiting
(a subset of elapsed_time
)
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RpcTransportStats
impl Send for RpcTransportStats
impl Sync for RpcTransportStats
impl Unpin for RpcTransportStats
impl UnwindSafe for RpcTransportStats
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
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