pub struct TweetMeta {
pub client_request_id: String,
pub from_cache: Option<bool>,
}Expand description
Metadata returned with tweet operations
Fields§
§client_request_id: String§from_cache: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TweetMeta
impl<'de> Deserialize<'de> for TweetMeta
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 TweetMeta
impl RefUnwindSafe for TweetMeta
impl Send for TweetMeta
impl Sync for TweetMeta
impl Unpin for TweetMeta
impl UnsafeUnpin for TweetMeta
impl UnwindSafe for TweetMeta
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