pub struct RequestBuilder<TypedBuilderFields> { /* private fields */ }Expand description
Builder for Request instances.
See Request::builder() for more info.
Implementations§
Source§impl<__type_, __limit, __offset> RequestBuilder<((), __type_, __limit, __offset)>
impl<__type_, __limit, __offset> RequestBuilder<((), __type_, __limit, __offset)>
Source§impl<__note_id, __limit, __offset> RequestBuilder<(__note_id, (), __limit, __offset)>
impl<__note_id, __limit, __offset> RequestBuilder<(__note_id, (), __limit, __offset)>
Source§impl<__note_id, __type_, __offset> RequestBuilder<(__note_id, __type_, (), __offset)>
impl<__note_id, __type_, __offset> RequestBuilder<(__note_id, __type_, (), __offset)>
Source§impl<__note_id, __type_, __limit> RequestBuilder<(__note_id, __type_, __limit, ())>
impl<__note_id, __type_, __limit> RequestBuilder<(__note_id, __type_, __limit, ())>
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