pub struct HttpAction {
pub client: Client,
pub request: Arc<Request>,
}Fields§
§client: Client§request: Arc<Request>Implementations§
Auto Trait Implementations§
impl Freeze for HttpAction
impl !RefUnwindSafe for HttpAction
impl Send for HttpAction
impl Sync for HttpAction
impl Unpin for HttpAction
impl !UnwindSafe for HttpAction
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