pub struct SummaryTrendItem {
pub ref_date: String,
pub visit_total: u32,
pub share_pv: u32,
pub share_uv: u32,
}Fields§
§ref_date: String§visit_total: u32Trait Implementations§
Source§impl Clone for SummaryTrendItem
impl Clone for SummaryTrendItem
Source§fn clone(&self) -> SummaryTrendItem
fn clone(&self) -> SummaryTrendItem
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 SummaryTrendItem
impl Debug for SummaryTrendItem
Source§impl<'de> Deserialize<'de> for SummaryTrendItem
impl<'de> Deserialize<'de> for SummaryTrendItem
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 SummaryTrendItem
impl RefUnwindSafe for SummaryTrendItem
impl Send for SummaryTrendItem
impl Sync for SummaryTrendItem
impl Unpin for SummaryTrendItem
impl UnwindSafe for SummaryTrendItem
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