pub struct ChannelMetrics {
pub tx: Metrics,
pub rx: Metrics,
}
Fields§
§tx: Metrics
§rx: Metrics
Trait Implementations§
Source§impl Add for ChannelMetrics
impl Add for ChannelMetrics
Source§impl Clone for ChannelMetrics
impl Clone for ChannelMetrics
Source§fn clone(&self) -> ChannelMetrics
fn clone(&self) -> ChannelMetrics
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 Default for ChannelMetrics
impl Default for ChannelMetrics
Source§fn default() -> ChannelMetrics
fn default() -> ChannelMetrics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChannelMetrics
impl RefUnwindSafe for ChannelMetrics
impl Send for ChannelMetrics
impl Sync for ChannelMetrics
impl Unpin for ChannelMetrics
impl UnwindSafe for ChannelMetrics
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