pub struct BodyBuilder<R> { /* private fields */ }Implementations§
Source§impl<'a> BodyBuilder<SendRead<'a>>
impl<'a> BodyBuilder<SendRead<'a>>
Source§impl<'a> BodyBuilder<UnsendRead<'a>>
impl<'a> BodyBuilder<UnsendRead<'a>>
Auto Trait Implementations§
impl<R> Freeze for BodyBuilder<R>
impl<R> RefUnwindSafe for BodyBuilder<R>where
R: RefUnwindSafe,
impl<R> Send for BodyBuilder<R>where
R: Send,
impl<R> Sync for BodyBuilder<R>where
R: Sync,
impl<R> Unpin for BodyBuilder<R>where
R: Unpin,
impl<R> UnwindSafe for BodyBuilder<R>where
R: 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