pub struct ChannelMetricSnapshot {
pub count_high_water: usize,
pub byte_high_water: usize,
}Fields§
§count_high_water: usize§byte_high_water: usizeTrait Implementations§
Source§impl Clone for ChannelMetricSnapshot
impl Clone for ChannelMetricSnapshot
Source§fn clone(&self) -> ChannelMetricSnapshot
fn clone(&self) -> ChannelMetricSnapshot
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 moreimpl Copy for ChannelMetricSnapshot
Source§impl Debug for ChannelMetricSnapshot
impl Debug for ChannelMetricSnapshot
Source§impl Default for ChannelMetricSnapshot
impl Default for ChannelMetricSnapshot
Source§fn default() -> ChannelMetricSnapshot
fn default() -> ChannelMetricSnapshot
Returns the “default value” for a type. Read more
impl Eq for ChannelMetricSnapshot
Source§impl PartialEq for ChannelMetricSnapshot
impl PartialEq for ChannelMetricSnapshot
impl StructuralPartialEq for ChannelMetricSnapshot
Auto Trait Implementations§
impl Freeze for ChannelMetricSnapshot
impl RefUnwindSafe for ChannelMetricSnapshot
impl Send for ChannelMetricSnapshot
impl Sync for ChannelMetricSnapshot
impl Unpin for ChannelMetricSnapshot
impl UnsafeUnpin for ChannelMetricSnapshot
impl UnwindSafe for ChannelMetricSnapshot
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