pub struct LoginSuccess {
Show 19 fields pub rollback_sig: Option<T161>, pub rand_seed: Option<Bytes>, pub ksid: Option<Bytes>, pub account_info: Option<T11A>, pub t512: Option<T512>, pub t402: Option<Bytes>, pub wt_session_ticket_key: Option<Bytes>, pub srm_token: Option<Bytes>, pub t133: Option<Bytes>, pub encrypt_a1: Option<Bytes>, pub tgt: Option<Bytes>, pub tgt_key: Option<Bytes>, pub user_st_key: Option<Bytes>, pub user_st_web_sig: Option<Bytes>, pub s_key: Option<Bytes>, pub s_key_expired_time: i64, pub d2: Option<Bytes>, pub d2key: Option<Bytes>, pub device_token: Option<Bytes>,
}

Fields§

§rollback_sig: Option<T161>§rand_seed: Option<Bytes>§ksid: Option<Bytes>§account_info: Option<T11A>§t512: Option<T512>§t402: Option<Bytes>§wt_session_ticket_key: Option<Bytes>§srm_token: Option<Bytes>§t133: Option<Bytes>§encrypt_a1: Option<Bytes>§tgt: Option<Bytes>§tgt_key: Option<Bytes>§user_st_key: Option<Bytes>§user_st_web_sig: Option<Bytes>§s_key: Option<Bytes>§s_key_expired_time: i64§d2: Option<Bytes>§d2key: Option<Bytes>§device_token: Option<Bytes>

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. 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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.