pub struct Request<'a, E: Endpoint, S: Serialize> { /* private fields */ }
Expand description
An outgoing HTTP request.
Implementations§
Auto Trait Implementations§
impl<'a, E, S> Freeze for Request<'a, E, S>
impl<'a, E, S> !RefUnwindSafe for Request<'a, E, S>
impl<'a, E, S> Send for Request<'a, E, S>
impl<'a, E, S> Sync for Request<'a, E, S>
impl<'a, E, S> Unpin for Request<'a, E, S>
impl<'a, E, S> !UnwindSafe for Request<'a, E, S>
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