pub struct CollectionStat {
pub coin: u64,
pub danmaku: u64,
pub favorite: u64,
pub like: u64,
pub mtime: u64,
pub reply: u64,
pub season_id: u64,
pub share: u64,
pub view: u64,
pub vt: u64,
pub vv: u64,
}Expand description
合集或课堂统计数据
Fields§
§coin: u64§danmaku: u64§favorite: u64§like: u64§mtime: u64§reply: u64§season_id: u64§view: u64§vt: u64§vv: u64Trait Implementations§
Source§impl Clone for CollectionStat
impl Clone for CollectionStat
Source§fn clone(&self) -> CollectionStat
fn clone(&self) -> CollectionStat
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 CollectionStat
impl Debug for CollectionStat
Source§impl<'de> Deserialize<'de> for CollectionStat
impl<'de> Deserialize<'de> for CollectionStat
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 CollectionStat
impl RefUnwindSafe for CollectionStat
impl Send for CollectionStat
impl Sync for CollectionStat
impl Unpin for CollectionStat
impl UnsafeUnpin for CollectionStat
impl UnwindSafe for CollectionStat
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