pub struct Result {
pub __typename: String,
pub core: Option<ResultCore>,
pub views: Views,
pub note_tweet: Option<NoteTweet>,
pub quoted_status_result: Option<QuotedStatusResult>,
pub legacy: LegacyTweet,
}
Fields§
§__typename: String
§core: Option<ResultCore>
§views: Views
§note_tweet: Option<NoteTweet>
§quoted_status_result: Option<QuotedStatusResult>
§legacy: LegacyTweet
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Result
impl<'de> Deserialize<'de> for Result
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 Result
impl RefUnwindSafe for Result
impl Send for Result
impl Sync for Result
impl Unpin for Result
impl UnwindSafe for Result
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