pub struct SimpleHttpClient;Expand description
简单的 HTTP 客户端实现(使用标准库)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimpleHttpClient
impl RefUnwindSafe for SimpleHttpClient
impl Send for SimpleHttpClient
impl Sync for SimpleHttpClient
impl Unpin for SimpleHttpClient
impl UnsafeUnpin for SimpleHttpClient
impl UnwindSafe for SimpleHttpClient
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