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
sourceimpl Clone for RpcTransportStats
impl Clone for RpcTransportStats
sourcefn clone(&self) -> RpcTransportStats
fn clone(&self) -> RpcTransportStats
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for RpcTransportStats
impl Default for RpcTransportStats
sourcefn default() -> RpcTransportStats
fn default() -> RpcTransportStats
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
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more