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