pub struct ActivityTrend {
pub date: String,
pub message_count: i64,
pub user_count: i64,
pub task_count: i64,
}Fields§
§date: String§message_count: i64§user_count: i64§task_count: i64Trait Implementations§
Source§impl Clone for ActivityTrend
impl Clone for ActivityTrend
Source§fn clone(&self) -> ActivityTrend
fn clone(&self) -> ActivityTrend
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 ActivityTrend
impl Debug for ActivityTrend
Source§impl<'de> Deserialize<'de> for ActivityTrend
impl<'de> Deserialize<'de> for ActivityTrend
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
Auto Trait Implementations§
impl Freeze for ActivityTrend
impl RefUnwindSafe for ActivityTrend
impl Send for ActivityTrend
impl Sync for ActivityTrend
impl Unpin for ActivityTrend
impl UnwindSafe for ActivityTrend
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