pub struct ItemContent {
pub tweet_display_type: String,
pub tweet_results: TweetRresults,
pub user_display_yype: Option<String>,
pub user_results: Option<TweetRresults>,
}
Fields§
§tweet_display_type: String
§tweet_results: TweetRresults
§user_display_yype: Option<String>
§user_results: Option<TweetRresults>
Trait Implementations§
Source§impl Debug for ItemContent
impl Debug for ItemContent
Source§impl<'de> Deserialize<'de> for ItemContent
impl<'de> Deserialize<'de> for ItemContent
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 ItemContent
impl RefUnwindSafe for ItemContent
impl Send for ItemContent
impl Sync for ItemContent
impl Unpin for ItemContent
impl UnwindSafe for ItemContent
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