Struct ricq::QRCodeConfirmed
source · pub struct QRCodeConfirmed {
pub uin: i64,
pub tmp_pwd: Bytes,
pub tmp_no_pic_sig: Bytes,
pub tgt_qr: Bytes,
pub tgtgt_key: Bytes,
}Fields§
§uin: i64§tmp_pwd: Bytes§tmp_no_pic_sig: Bytes§tgt_qr: Bytes§tgtgt_key: BytesTrait Implementations§
source§impl Clone for QRCodeConfirmed
impl Clone for QRCodeConfirmed
source§fn clone(&self) -> QRCodeConfirmed
fn clone(&self) -> QRCodeConfirmed
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