pub struct ConnectionCacheStats {
pub total_client_stats: ClientStats,
/* private fields */
}
Fields
total_client_stats: ClientStats
Implementations
sourceimpl ConnectionCacheStats
impl ConnectionCacheStats
pub fn add_client_stats(
&self,
client_stats: &ClientStats,
num_packets: usize,
is_success: bool
)
Trait Implementations
sourceimpl Default for ConnectionCacheStats
impl Default for ConnectionCacheStats
sourcefn default() -> ConnectionCacheStats
fn default() -> ConnectionCacheStats
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ConnectionCacheStats
impl Send for ConnectionCacheStats
impl Sync for ConnectionCacheStats
impl Unpin for ConnectionCacheStats
impl UnwindSafe for ConnectionCacheStats
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