pub struct SolveCaptcha {
pub captcha_challenge: String,
/* private fields */
}
Expand description
Mark a chapter as read for the current user.
Makes a request to POST /captcha/solve
.
Fields§
§captcha_challenge: String
Implementations§
Trait Implementations§
Source§impl Clone for SolveCaptcha
impl Clone for SolveCaptcha
Source§fn clone(&self) -> SolveCaptcha
fn clone(&self) -> SolveCaptcha
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 moreSource§impl Debug for SolveCaptcha
impl Debug for SolveCaptcha
Auto Trait Implementations§
impl Freeze for SolveCaptcha
impl !RefUnwindSafe for SolveCaptcha
impl !Send for SolveCaptcha
impl !Sync for SolveCaptcha
impl Unpin for SolveCaptcha
impl !UnwindSafe for SolveCaptcha
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