pub struct GetTweetsRequestBuilder<A, T, M> { /* private fields */ }Implementations§
Source§impl<A, T, M> GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> GetTweetsRequestBuilder<A, T, M>
pub fn media_fields( &mut self, fields: impl IntoIterator<Item = MediaField>, ) -> &mut Self
pub fn user_fields( &mut self, fields: impl IntoIterator<Item = UserField>, ) -> &mut Self
pub fn poll_fields( &mut self, fields: impl IntoIterator<Item = PollField>, ) -> &mut Self
pub fn tweet_fields( &mut self, fields: impl IntoIterator<Item = TweetField>, ) -> &mut Self
pub fn place_fields( &mut self, fields: impl IntoIterator<Item = PlaceField>, ) -> &mut Self
pub fn expansions( &mut self, expansions: impl IntoIterator<Item = TweetExpansion>, ) -> &mut Self
pub async fn send(&self) -> ApiResult<A, T, M>
Trait Implementations§
Auto Trait Implementations§
impl<A, T, M> Freeze for GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> !RefUnwindSafe for GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> Send for GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> Sync for GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> Unpin for GetTweetsRequestBuilder<A, T, M>
impl<A, T, M> !UnwindSafe for GetTweetsRequestBuilder<A, T, M>
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