pub struct RequestBuilder<TypedBuilderFields> { /* private fields */ }Available on crate feature
12-27-0 only.Expand description
Builder for Request instances.
See Request::builder() for more info.
Implementations§
Source§impl<__header, __icon> RequestBuilder<((), __header, __icon)>
impl<__header, __icon> RequestBuilder<((), __header, __icon)>
Source§impl<__body, __icon> RequestBuilder<(__body, (), __icon)>
impl<__body, __icon> RequestBuilder<(__body, (), __icon)>
Source§impl<__body, __header> RequestBuilder<(__body, __header, ())>
impl<__body, __header> RequestBuilder<(__body, __header, ())>
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