pub enum UserField {
Show 14 variants
CreatedAt,
Description,
Entities,
Id,
Location,
Name,
PinnedTweetId,
ProfileImageUrl,
Protected,
PublicMetrics,
Url,
Username,
Verified,
Withheld,
}Variants§
CreatedAt
Description
Entities
Id
Location
Name
PinnedTweetId
ProfileImageUrl
Protected
PublicMetrics
Url
Username
Verified
Withheld
Trait Implementations§
impl Copy for UserField
Auto Trait Implementations§
impl Freeze for UserField
impl RefUnwindSafe for UserField
impl Send for UserField
impl Sync for UserField
impl Unpin for UserField
impl UnwindSafe for UserField
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