pub struct Desc {Show 28 fields
pub uid: i64,
pub type_field: i64,
pub rid: i64,
pub acl: i64,
pub view: i64,
pub repost: i64,
pub comment: i64,
pub like: i64,
pub is_liked: i64,
pub dynamic_id: i64,
pub timestamp: i64,
pub pre_dy_id: i64,
pub orig_dy_id: i64,
pub orig_type: i64,
pub user_profile: UserProfile,
pub spec_type: i64,
pub uid_type: i64,
pub stype: i64,
pub r_type: i64,
pub inner_id: i64,
pub status: i64,
pub dynamic_id_str: String,
pub pre_dy_id_str: String,
pub orig_dy_id_str: String,
pub rid_str: String,
pub origin: Origin,
pub bvid: String,
pub previous: Value,
}Fields§
§uid: i64§type_field: i64§rid: i64§acl: i64§view: i64§repost: i64§comment: i64§like: i64§is_liked: i64§dynamic_id: i64§timestamp: i64§pre_dy_id: i64§orig_dy_id: i64§orig_type: i64§user_profile: UserProfile§spec_type: i64§uid_type: i64§stype: i64§r_type: i64§inner_id: i64§status: i64§dynamic_id_str: String§pre_dy_id_str: String§orig_dy_id_str: String§rid_str: String§origin: Origin§bvid: String§previous: ValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for Desc
impl<'de> Deserialize<'de> for Desc
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 Desc
impl RefUnwindSafe for Desc
impl Send for Desc
impl Sync for Desc
impl Unpin for Desc
impl UnsafeUnpin for Desc
impl UnwindSafe for Desc
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