pub struct SimplePostRequestExecutor { /* private fields */ }Expand description
简单的 POST 请求执行器。
请求参数是 String(JSON 或 form 内容),返回结果也是 String。
Implementations§
Trait Implementations§
Source§impl Clone for SimplePostRequestExecutor
impl Clone for SimplePostRequestExecutor
Source§fn clone(&self) -> SimplePostRequestExecutor
fn clone(&self) -> SimplePostRequestExecutor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimplePostRequestExecutor
impl Debug for SimplePostRequestExecutor
Auto Trait Implementations§
impl !RefUnwindSafe for SimplePostRequestExecutor
impl !UnwindSafe for SimplePostRequestExecutor
impl Freeze for SimplePostRequestExecutor
impl Send for SimplePostRequestExecutor
impl Sync for SimplePostRequestExecutor
impl Unpin for SimplePostRequestExecutor
impl UnsafeUnpin for SimplePostRequestExecutor
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