pub struct CombinedMetrics {
pub outgoing: MetricsInDirection,
pub incoming: MetricsInDirection,
}
Fields§
§outgoing: MetricsInDirection
§incoming: MetricsInDirection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CombinedMetrics
impl RefUnwindSafe for CombinedMetrics
impl Send for CombinedMetrics
impl Sync for CombinedMetrics
impl Unpin for CombinedMetrics
impl UnwindSafe for CombinedMetrics
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