pub struct HttpRequestFactory { /* private fields */ }Implementations§
Source§impl HttpRequestFactory
impl HttpRequestFactory
pub fn request(&self) -> HttpRequestBuilder
Auto Trait Implementations§
impl Freeze for HttpRequestFactory
impl RefUnwindSafe for HttpRequestFactory
impl Send for HttpRequestFactory
impl Sync for HttpRequestFactory
impl Unpin for HttpRequestFactory
impl UnwindSafe for HttpRequestFactory
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