Enum ricq_core::command::wtlogin::LoginResponse
source · pub enum LoginResponse {
Success(LoginSuccess),
NeedCaptcha(LoginNeedCaptcha),
AccountFrozen,
DeviceLocked(LoginDeviceLocked),
TooManySMSRequest,
DeviceLockLogin(LoginDeviceLockLogin),
UnknownStatus(LoginUnknownStatus),
}Variants§
Success(LoginSuccess)
NeedCaptcha(LoginNeedCaptcha)
AccountFrozen
DeviceLocked(LoginDeviceLocked)
TooManySMSRequest
DeviceLockLogin(LoginDeviceLockLogin)
UnknownStatus(LoginUnknownStatus)
Implementations§
Trait Implementations§
source§impl Clone for LoginResponse
impl Clone for LoginResponse
source§fn clone(&self) -> LoginResponse
fn clone(&self) -> LoginResponse
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