pub struct PreparedRequest<B> { /* private fields */ }
Expand description
Represents a request that’s ready to be sent. You can inspect this object for information about the request.
Implementations§
Source§impl<B> PreparedRequest<B>
impl<B> PreparedRequest<B>
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for PreparedRequest<B>where
B: Freeze,
impl<B> RefUnwindSafe for PreparedRequest<B>where
B: RefUnwindSafe,
impl<B> Send for PreparedRequest<B>where
B: Send,
impl<B> Sync for PreparedRequest<B>where
B: Sync,
impl<B> Unpin for PreparedRequest<B>where
B: Unpin,
impl<B> UnwindSafe for PreparedRequest<B>where
B: 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