pub struct SolveEndpoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl SolveEndpoint
impl SolveEndpoint
pub fn post(&self) -> SolveCaptchaBuilder
Trait Implementations§
Source§impl Clone for SolveEndpoint
impl Clone for SolveEndpoint
Source§fn clone(&self) -> SolveEndpoint
fn clone(&self) -> SolveEndpoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SolveEndpoint
impl !RefUnwindSafe for SolveEndpoint
impl !Send for SolveEndpoint
impl !Sync for SolveEndpoint
impl Unpin for SolveEndpoint
impl !UnwindSafe for SolveEndpoint
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