pub struct send_request;Trait Implementations§
Source§impl HttpServiceFactory for send_request
impl HttpServiceFactory for send_request
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for send_request
impl RefUnwindSafe for send_request
impl Send for send_request
impl Sync for send_request
impl Unpin for send_request
impl UnwindSafe for send_request
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