pub enum TweetField {
Show 20 variants
Attachments,
AuthorId,
ContextAnnotations,
ConversationId,
CreatedAt,
Entities,
Geo,
Id,
InReplyToUserId,
Lang,
NonPublicMetrics,
PublicMetrics,
OrganicMetrics,
PromotedMetrics,
PossiblySensitive,
ReferencedTweets,
ReplySettings,
Source,
Text,
Withheld,
}Variants§
Attachments
AuthorId
ContextAnnotations
ConversationId
CreatedAt
Entities
Geo
Id
InReplyToUserId
Lang
NonPublicMetrics
PublicMetrics
OrganicMetrics
PromotedMetrics
PossiblySensitive
ReferencedTweets
ReplySettings
Source
Text
Withheld
Trait Implementations§
Source§impl Clone for TweetField
impl Clone for TweetField
Source§fn clone(&self) -> TweetField
fn clone(&self) -> TweetField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TweetField
impl Debug for TweetField
Source§impl Display for TweetField
impl Display for TweetField
impl Copy for TweetField
Auto Trait Implementations§
impl Freeze for TweetField
impl RefUnwindSafe for TweetField
impl Send for TweetField
impl Sync for TweetField
impl Unpin for TweetField
impl UnwindSafe for TweetField
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