pub struct AdminAnalyticsEventsResponse {
pub items: Vec<AdminAnalyticsEventsResponseItem>,
pub count: i64,
}Expand description
AdminAnalyticsEventsResponse model.
Fields§
§items: Vec<AdminAnalyticsEventsResponseItem>§count: i64Trait Implementations§
Source§impl Clone for AdminAnalyticsEventsResponse
impl Clone for AdminAnalyticsEventsResponse
Source§fn clone(&self) -> AdminAnalyticsEventsResponse
fn clone(&self) -> AdminAnalyticsEventsResponse
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 Debug for AdminAnalyticsEventsResponse
impl Debug for AdminAnalyticsEventsResponse
Source§impl Default for AdminAnalyticsEventsResponse
impl Default for AdminAnalyticsEventsResponse
Source§fn default() -> AdminAnalyticsEventsResponse
fn default() -> AdminAnalyticsEventsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AdminAnalyticsEventsResponse
impl<'de> Deserialize<'de> for AdminAnalyticsEventsResponse
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 AdminAnalyticsEventsResponse
Auto Trait Implementations§
impl Freeze for AdminAnalyticsEventsResponse
impl RefUnwindSafe for AdminAnalyticsEventsResponse
impl Send for AdminAnalyticsEventsResponse
impl Sync for AdminAnalyticsEventsResponse
impl Unpin for AdminAnalyticsEventsResponse
impl UnsafeUnpin for AdminAnalyticsEventsResponse
impl UnwindSafe for AdminAnalyticsEventsResponse
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