pub struct CaptchaBuilder {
http_client: HttpClientRef,
}
Expand description
CAPTCHA endpoint handler builder.
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl CaptchaBuilder
impl CaptchaBuilder
Sourcepub fn solve(&self) -> SolveEndpoint
pub fn solve(&self) -> SolveEndpoint
Solve a CAPTCHA challenge.
https://api.mangadex.org/swagger.html#/Captcha/post-captcha-solve
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaptchaBuilder
impl !RefUnwindSafe for CaptchaBuilder
impl !Send for CaptchaBuilder
impl !Sync for CaptchaBuilder
impl Unpin for CaptchaBuilder
impl !UnwindSafe for CaptchaBuilder
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