Struct ricq_core::command::wtlogin::LoginDeviceLocked
source · pub struct LoginDeviceLocked {
pub t104: Option<Bytes>,
pub t174: Option<Bytes>,
pub t402: Option<Bytes>,
pub sms_phone: Option<String>,
pub verify_url: Option<String>,
pub message: Option<String>,
pub rand_seed: Option<Bytes>,
}Fields§
§t104: Option<Bytes>§t174: Option<Bytes>§t402: Option<Bytes>§sms_phone: Option<String>§verify_url: Option<String>§message: Option<String>§rand_seed: Option<Bytes>Trait Implementations§
source§impl Clone for LoginDeviceLocked
impl Clone for LoginDeviceLocked
source§fn clone(&self) -> LoginDeviceLocked
fn clone(&self) -> LoginDeviceLocked
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