pub struct TimelineEntryItemContent {
pub item_type: Option<String>,
pub tweet_display_type: Option<String>,
pub tweet_result: Option<TweetResult>,
pub tweet_results: Option<TweetResult>,
pub user_display_type: Option<String>,
pub user_results: Option<TimelineUserResult>,
}Fields§
§item_type: Option<String>§tweet_display_type: Option<String>§tweet_result: Option<TweetResult>§tweet_results: Option<TweetResult>§user_display_type: Option<String>§user_results: Option<TimelineUserResult>Trait Implementations§
Source§impl Debug for TimelineEntryItemContent
impl Debug for TimelineEntryItemContent
Source§impl<'de> Deserialize<'de> for TimelineEntryItemContent
impl<'de> Deserialize<'de> for TimelineEntryItemContent
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 TimelineEntryItemContent
impl RefUnwindSafe for TimelineEntryItemContent
impl Send for TimelineEntryItemContent
impl Sync for TimelineEntryItemContent
impl Unpin for TimelineEntryItemContent
impl UnwindSafe for TimelineEntryItemContent
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