pub struct Origin {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: Value,
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: Value,
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: Value§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: Value§bvid: String§previous: ValueTrait Implementations§
Source§impl<'de> Deserialize<'de> for Origin
impl<'de> Deserialize<'de> for Origin
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 Origin
impl RefUnwindSafe for Origin
impl Send for Origin
impl Sync for Origin
impl Unpin for Origin
impl UnwindSafe for Origin
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