pub struct TimeAnalyticsRow {
pub bucket_start: u64,
pub bucket_end: u64,
pub metrics: ReceiptAnalyticsMetrics,
}Fields§
§bucket_start: u64§bucket_end: u64§metrics: ReceiptAnalyticsMetricsTrait Implementations§
Source§impl Clone for TimeAnalyticsRow
impl Clone for TimeAnalyticsRow
Source§fn clone(&self) -> TimeAnalyticsRow
fn clone(&self) -> TimeAnalyticsRow
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 TimeAnalyticsRow
impl Debug for TimeAnalyticsRow
Source§impl<'de> Deserialize<'de> for TimeAnalyticsRow
impl<'de> Deserialize<'de> for TimeAnalyticsRow
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 TimeAnalyticsRow
impl PartialEq for TimeAnalyticsRow
Source§impl Serialize for TimeAnalyticsRow
impl Serialize for TimeAnalyticsRow
impl StructuralPartialEq for TimeAnalyticsRow
Auto Trait Implementations§
impl Freeze for TimeAnalyticsRow
impl RefUnwindSafe for TimeAnalyticsRow
impl Send for TimeAnalyticsRow
impl Sync for TimeAnalyticsRow
impl Unpin for TimeAnalyticsRow
impl UnsafeUnpin for TimeAnalyticsRow
impl UnwindSafe for TimeAnalyticsRow
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