pub struct CounterRecord {
pub counter_format: DataFormat,
pub counter_data: CounterData,
}Expand description
Counter record containing counter data
Fields§
§counter_format: DataFormat§counter_data: CounterDataTrait Implementations§
Source§impl Clone for CounterRecord
impl Clone for CounterRecord
Source§fn clone(&self) -> CounterRecord
fn clone(&self) -> CounterRecord
Returns a duplicate 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 CounterRecord
impl Debug for CounterRecord
Source§impl PartialEq for CounterRecord
impl PartialEq for CounterRecord
impl StructuralPartialEq for CounterRecord
Auto Trait Implementations§
impl Freeze for CounterRecord
impl RefUnwindSafe for CounterRecord
impl Send for CounterRecord
impl Sync for CounterRecord
impl Unpin for CounterRecord
impl UnwindSafe for CounterRecord
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