pub struct ServerProcessingStats {
pub processing: DurationStats,
}Fields§
§processing: DurationStatsTrait Implementations§
Source§impl Clone for ServerProcessingStats
impl Clone for ServerProcessingStats
Source§fn clone(&self) -> ServerProcessingStats
fn clone(&self) -> ServerProcessingStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ServerProcessingStats
impl Debug for ServerProcessingStats
Source§impl PartialEq for ServerProcessingStats
impl PartialEq for ServerProcessingStats
Source§fn eq(&self, other: &ServerProcessingStats) -> bool
fn eq(&self, other: &ServerProcessingStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerProcessingStats
Auto Trait Implementations§
impl Freeze for ServerProcessingStats
impl RefUnwindSafe for ServerProcessingStats
impl Send for ServerProcessingStats
impl Sync for ServerProcessingStats
impl Unpin for ServerProcessingStats
impl UnsafeUnpin for ServerProcessingStats
impl UnwindSafe for ServerProcessingStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more