pub struct ActivityInfoData {}Expand description
活动主题信息数据
Fields§
§id: u64活动 id
stime: i64开始时间 UNIX 秒级时间戳
etime: i64结束时间 UNIX 秒级时间戳
ctime: i64创建时间 UNIX 秒级时间戳
mtime: i64修改时间 UNIX 秒级时间戳
name: String活动名称
act_url: String活动链接
cover: String封面图片
dic: String简介
h5_cover: StringH5 封面
android_url: StringAndroid 端活动链接
ios_url: StringiOS 端活动链接
child_sids: String子活动 id?
lid: Option<i64>仅在传入 bvid 时存在
Trait Implementations§
Source§impl Clone for ActivityInfoData
impl Clone for ActivityInfoData
Source§fn clone(&self) -> ActivityInfoData
fn clone(&self) -> ActivityInfoData
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 ActivityInfoData
impl Debug for ActivityInfoData
Source§impl<'de> Deserialize<'de> for ActivityInfoData
impl<'de> Deserialize<'de> for ActivityInfoData
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 ActivityInfoData
impl RefUnwindSafe for ActivityInfoData
impl Send for ActivityInfoData
impl Sync for ActivityInfoData
impl Unpin for ActivityInfoData
impl UnwindSafe for ActivityInfoData
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