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