pub struct ExpandedCounterSample {
pub sequence_number: u32,
pub source_id_type: u32,
pub source_id_index: u32,
pub records: Vec<CounterRecord>,
}Fields§
§sequence_number: u32§source_id_type: u32§source_id_index: u32§records: Vec<CounterRecord>Trait Implementations§
Source§impl Clone for ExpandedCounterSample
impl Clone for ExpandedCounterSample
Source§fn clone(&self) -> ExpandedCounterSample
fn clone(&self) -> ExpandedCounterSample
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 ExpandedCounterSample
impl Debug for ExpandedCounterSample
Source§impl<'de> Deserialize<'de> for ExpandedCounterSample
impl<'de> Deserialize<'de> for ExpandedCounterSample
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ExpandedCounterSample
impl PartialEq for ExpandedCounterSample
Source§impl Serialize for ExpandedCounterSample
impl Serialize for ExpandedCounterSample
impl StructuralPartialEq for ExpandedCounterSample
Auto Trait Implementations§
impl Freeze for ExpandedCounterSample
impl RefUnwindSafe for ExpandedCounterSample
impl Send for ExpandedCounterSample
impl Sync for ExpandedCounterSample
impl Unpin for ExpandedCounterSample
impl UnsafeUnpin for ExpandedCounterSample
impl UnwindSafe for ExpandedCounterSample
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