pub struct GetDeviceBrowserStats {
pub clickers: i64,
pub unique_clicks: i64,
pub viewed: i64,
pub unique_views: i64,
}Fields§
§clickers: i64Number of total clicks for the campaign using the particular browser
unique_clicks: i64Number of unique clicks for the campaign using the particular browser
viewed: i64Number of openings for the campaign using the particular browser
unique_views: i64Number of unique openings for the campaign using the particular browser
Implementations§
Trait Implementations§
Source§impl Clone for GetDeviceBrowserStats
impl Clone for GetDeviceBrowserStats
Source§fn clone(&self) -> GetDeviceBrowserStats
fn clone(&self) -> GetDeviceBrowserStats
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 GetDeviceBrowserStats
impl Debug for GetDeviceBrowserStats
Source§impl Default for GetDeviceBrowserStats
impl Default for GetDeviceBrowserStats
Source§fn default() -> GetDeviceBrowserStats
fn default() -> GetDeviceBrowserStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDeviceBrowserStats
impl<'de> Deserialize<'de> for GetDeviceBrowserStats
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 GetDeviceBrowserStats
impl PartialEq for GetDeviceBrowserStats
Source§impl Serialize for GetDeviceBrowserStats
impl Serialize for GetDeviceBrowserStats
impl StructuralPartialEq for GetDeviceBrowserStats
Auto Trait Implementations§
impl Freeze for GetDeviceBrowserStats
impl RefUnwindSafe for GetDeviceBrowserStats
impl Send for GetDeviceBrowserStats
impl Sync for GetDeviceBrowserStats
impl Unpin for GetDeviceBrowserStats
impl UnwindSafe for GetDeviceBrowserStats
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