Struct ricq_core::protocol::sig::Sig

source ·
pub struct Sig {
Show 30 fields pub login_bitmap: u64, pub tgt: Bytes, pub tgt_key: Bytes, pub srm_token: Bytes, pub t133: Bytes, pub encrypted_a1: Bytes, pub user_st_key: Bytes, pub user_st_web_sig: Bytes, pub s_key: Bytes, pub s_key_expired_time: i64, pub d2: Bytes, pub d2key: Bytes, pub device_token: Bytes, pub ps_key_map: HashMap<String, Bytes>, pub pt4_token_map: HashMap<String, Bytes>, pub out_packet_session_id: Bytes, pub dpwd: Bytes, pub t104: Bytes, pub t174: Bytes, pub g: Bytes, pub t402: Bytes, pub rand_seed: Bytes, pub sync_const1: u32, pub sync_const2: u32, pub sync_const3: u32, pub sync_cookie: Bytes, pub pub_account_cookie: Bytes, pub guid: Bytes, pub tgtgt_key: Bytes, pub ksid: Bytes,
}

Fields§

§login_bitmap: u64§tgt: Bytes§tgt_key: Bytes§srm_token: Bytes§t133: Bytes§encrypted_a1: Bytes§user_st_key: Bytes§user_st_web_sig: Bytes§s_key: Bytes§s_key_expired_time: i64§d2: Bytes§d2key: Bytes§device_token: Bytes§ps_key_map: HashMap<String, Bytes>§pt4_token_map: HashMap<String, Bytes>§out_packet_session_id: Bytes§dpwd: Bytes§t104: Bytes§t174: Bytes§g: Bytes§t402: Bytes§rand_seed: Bytes§sync_const1: u32§sync_const2: u32§sync_const3: u32§sync_cookie: Bytes§pub_account_cookie: Bytes§guid: Bytes§tgtgt_key: Bytes§ksid: Bytes

Implementations§

Trait Implementations§

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.