pub struct AudioStatistic {
pub sid: i64,
pub play: i64,
pub collect: i64,
pub comment: i64,
pub share: i64,
}Expand description
音频状态数
Fields§
§sid: i64音频auid
play: i64播放次数
collect: i64收藏数
comment: i64评论数
分享数
Trait Implementations§
Source§impl Clone for AudioStatistic
impl Clone for AudioStatistic
Source§fn clone(&self) -> AudioStatistic
fn clone(&self) -> AudioStatistic
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 AudioStatistic
impl Debug for AudioStatistic
Source§impl<'de> Deserialize<'de> for AudioStatistic
impl<'de> Deserialize<'de> for AudioStatistic
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 AudioStatistic
impl RefUnwindSafe for AudioStatistic
impl Send for AudioStatistic
impl Sync for AudioStatistic
impl Unpin for AudioStatistic
impl UnwindSafe for AudioStatistic
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