pub struct LiveCard {}Expand description
直播间卡片
Fields§
§area_v2_name: String分区完整名称
cover: String直播封面
face: String主播头像
live_status: i32直播状态
online: i64在线人数
pendent_ru: String挂件RU
pendent_ru_color: String挂件RU颜色
pendent_ru_pic: String挂件RU图片
role: i32角色
room_id: i64直播间长ID
title: String直播间标题
uid: i64主播UID
uname: String主播用户名
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LiveCard
impl<'de> Deserialize<'de> for LiveCard
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 LiveCard
impl RefUnwindSafe for LiveCard
impl Send for LiveCard
impl Sync for LiveCard
impl Unpin for LiveCard
impl UnsafeUnpin for LiveCard
impl UnwindSafe for LiveCard
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