pub struct RequestBuilder<TypedBuilderFields> { /* private fields */ }
Expand description
Builder for Request
instances.
See Request::builder()
for more info.
Implementations§
Source§impl<__reply, __renote, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<((), __reply, __renote, __with_files, __poll, __limit, __since_id, __until_id)>
impl<__reply, __renote, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<((), __reply, __renote, __with_files, __poll, __limit, __since_id, __until_id)>
Source§impl<__local, __renote, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, (), __renote, __with_files, __poll, __limit, __since_id, __until_id)>
impl<__local, __renote, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, (), __renote, __with_files, __poll, __limit, __since_id, __until_id)>
Source§impl<__local, __reply, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, (), __with_files, __poll, __limit, __since_id, __until_id)>
impl<__local, __reply, __with_files, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, (), __with_files, __poll, __limit, __since_id, __until_id)>
Source§impl<__local, __reply, __renote, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, (), __poll, __limit, __since_id, __until_id)>
impl<__local, __reply, __renote, __poll, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, (), __poll, __limit, __since_id, __until_id)>
pub fn with_files( self, with_files: bool, ) -> RequestBuilder<(__local, __reply, __renote, (Option<bool>,), __poll, __limit, __since_id, __until_id)>
Source§impl<__local, __reply, __renote, __with_files, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, (), __limit, __since_id, __until_id)>
impl<__local, __reply, __renote, __with_files, __limit, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, (), __limit, __since_id, __until_id)>
Source§impl<__local, __reply, __renote, __with_files, __poll, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, (), __since_id, __until_id)>
impl<__local, __reply, __renote, __with_files, __poll, __since_id, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, (), __since_id, __until_id)>
Source§impl<__local, __reply, __renote, __with_files, __poll, __limit, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __limit, (), __until_id)>
impl<__local, __reply, __renote, __with_files, __poll, __limit, __until_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __limit, (), __until_id)>
Source§impl<__local, __reply, __renote, __with_files, __poll, __limit, __since_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __limit, __since_id, ())>
impl<__local, __reply, __renote, __with_files, __poll, __limit, __since_id> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __limit, __since_id, ())>
Source§impl<__local: RequestBuilder_Optional<Option<bool>>, __reply: RequestBuilder_Optional<Option<bool>>, __renote: RequestBuilder_Optional<Option<bool>>, __with_files: RequestBuilder_Optional<Option<bool>>, __poll: RequestBuilder_Optional<Option<bool>>, __limit: RequestBuilder_Optional<Option<u8>>, __since_id: RequestBuilder_Optional<Option<Id<Note>>>, __until_id: RequestBuilder_Optional<Option<Id<Note>>>> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __limit, __since_id, __until_id)>
impl<__local: RequestBuilder_Optional<Option<bool>>, __reply: RequestBuilder_Optional<Option<bool>>, __renote: RequestBuilder_Optional<Option<bool>>, __with_files: RequestBuilder_Optional<Option<bool>>, __poll: RequestBuilder_Optional<Option<bool>>, __limit: RequestBuilder_Optional<Option<u8>>, __since_id: RequestBuilder_Optional<Option<Id<Note>>>, __until_id: RequestBuilder_Optional<Option<Id<Note>>>> RequestBuilder<(__local, __reply, __renote, __with_files, __poll, __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