pub struct RequestBuilder<TypedBuilderFields> { /* private fields */ }Expand description
Builder for Request instances.
See Request::builder() for more info.
Implementations§
Source§impl<__visibility, __limit, __since_id, __until_id> RequestBuilder<((), __visibility, __limit, __since_id, __until_id)>
impl<__visibility, __limit, __since_id, __until_id> RequestBuilder<((), __visibility, __limit, __since_id, __until_id)>
Source§impl<__following, __limit, __since_id, __until_id> RequestBuilder<(__following, (), __limit, __since_id, __until_id)>
impl<__following, __limit, __since_id, __until_id> RequestBuilder<(__following, (), __limit, __since_id, __until_id)>
pub fn visibility( self, visibility: Visibility, ) -> RequestBuilder<(__following, (Option<Visibility>,), __limit, __since_id, __until_id)>
Source§impl<__following, __visibility, __since_id, __until_id> RequestBuilder<(__following, __visibility, (), __since_id, __until_id)>
impl<__following, __visibility, __since_id, __until_id> RequestBuilder<(__following, __visibility, (), __since_id, __until_id)>
Source§impl<__following, __visibility, __limit, __until_id> RequestBuilder<(__following, __visibility, __limit, (), __until_id)>
impl<__following, __visibility, __limit, __until_id> RequestBuilder<(__following, __visibility, __limit, (), __until_id)>
Source§impl<__following, __visibility, __limit, __since_id> RequestBuilder<(__following, __visibility, __limit, __since_id, ())>
impl<__following, __visibility, __limit, __since_id> RequestBuilder<(__following, __visibility, __limit, __since_id, ())>
Source§impl<__following: RequestBuilder_Optional<Option<bool>>, __visibility: RequestBuilder_Optional<Option<Visibility>>, __limit: RequestBuilder_Optional<Option<u8>>, __since_id: RequestBuilder_Optional<Option<Id<Note>>>, __until_id: RequestBuilder_Optional<Option<Id<Note>>>> RequestBuilder<(__following, __visibility, __limit, __since_id, __until_id)>
impl<__following: RequestBuilder_Optional<Option<bool>>, __visibility: RequestBuilder_Optional<Option<Visibility>>, __limit: RequestBuilder_Optional<Option<u8>>, __since_id: RequestBuilder_Optional<Option<Id<Note>>>, __until_id: RequestBuilder_Optional<Option<Id<Note>>>> RequestBuilder<(__following, __visibility, __limit, __since_id, __until_id)>
Auto Trait Implementations§
impl<TypedBuilderFields> Freeze for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: Freeze,
impl<TypedBuilderFields> RefUnwindSafe for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: RefUnwindSafe,
impl<TypedBuilderFields> Send for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: Send,
impl<TypedBuilderFields> Sync for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: Sync,
impl<TypedBuilderFields> Unpin for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: Unpin,
impl<TypedBuilderFields> UnwindSafe for RequestBuilder<TypedBuilderFields>where
TypedBuilderFields: UnwindSafe,
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