pub struct AdminAnalyticsOverviewResponseTotals {
pub landing_visit: Option<i64>,
pub page_view: Option<i64>,
pub signup: Option<i64>,
pub login: Option<i64>,
pub app_open: Option<i64>,
}Expand description
AdminAnalyticsOverviewResponseTotals model.
Fields§
§landing_visit: Option<i64>§page_view: Option<i64>§signup: Option<i64>§login: Option<i64>§app_open: Option<i64>Trait Implementations§
Source§impl Clone for AdminAnalyticsOverviewResponseTotals
impl Clone for AdminAnalyticsOverviewResponseTotals
Source§fn clone(&self) -> AdminAnalyticsOverviewResponseTotals
fn clone(&self) -> AdminAnalyticsOverviewResponseTotals
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AdminAnalyticsOverviewResponseTotals
impl Default for AdminAnalyticsOverviewResponseTotals
Source§fn default() -> AdminAnalyticsOverviewResponseTotals
fn default() -> AdminAnalyticsOverviewResponseTotals
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminAnalyticsOverviewResponseTotals
impl<'de> Deserialize<'de> for AdminAnalyticsOverviewResponseTotals
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
impl StructuralPartialEq for AdminAnalyticsOverviewResponseTotals
Auto Trait Implementations§
impl Freeze for AdminAnalyticsOverviewResponseTotals
impl RefUnwindSafe for AdminAnalyticsOverviewResponseTotals
impl Send for AdminAnalyticsOverviewResponseTotals
impl Sync for AdminAnalyticsOverviewResponseTotals
impl Unpin for AdminAnalyticsOverviewResponseTotals
impl UnsafeUnpin for AdminAnalyticsOverviewResponseTotals
impl UnwindSafe for AdminAnalyticsOverviewResponseTotals
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