Struct ricq_core::command::wtlogin::LoginNeedCaptcha
source · pub struct LoginNeedCaptcha {
pub t104: Option<Bytes>,
pub verify_url: Option<String>,
pub image_captcha: Option<ImageCaptcha>,
}Fields§
§t104: Option<Bytes>§verify_url: Option<String>§image_captcha: Option<ImageCaptcha>Trait Implementations§
source§impl Clone for LoginNeedCaptcha
impl Clone for LoginNeedCaptcha
source§fn clone(&self) -> LoginNeedCaptcha
fn clone(&self) -> LoginNeedCaptcha
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 more