pub struct ReqClient { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for ReqClient
impl !RefUnwindSafe for ReqClient
impl Send for ReqClient
impl Sync for ReqClient
impl Unpin for ReqClient
impl !UnwindSafe for ReqClient
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