pub struct ServiceMetrics {
pub mean_waiting_time: Option<f64>,
pub mean_cycle_time: Option<f64>,
}
Fields§
§mean_waiting_time: Option<f64>
§mean_cycle_time: Option<f64>
Implementations§
Trait Implementations§
Source§impl Clone for ServiceMetrics
impl Clone for ServiceMetrics
Source§fn clone(&self) -> ServiceMetrics
fn clone(&self) -> ServiceMetrics
Returns a copy of the value. Read more
1.0.0 · 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 ServiceMetrics
impl Debug for ServiceMetrics
Source§impl Display for ServiceMetrics
impl Display for ServiceMetrics
impl Copy for ServiceMetrics
Auto Trait Implementations§
impl Freeze for ServiceMetrics
impl RefUnwindSafe for ServiceMetrics
impl Send for ServiceMetrics
impl Sync for ServiceMetrics
impl Unpin for ServiceMetrics
impl UnwindSafe for ServiceMetrics
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