pub struct FriendListRequest {
Show 19 fields pub reqtype: i32, pub if_reflush: u8, pub uin: i64, pub start_index: i16, pub friend_count: i16, pub group_id: u8, pub if_get_group_info: u8, pub group_start_index: u8, pub group_count: u8, pub if_get_msf_group: u8, pub if_show_term_type: u8, pub version: i64, pub uin_list: Vec<i64>, pub app_type: i32, pub if_get_dov_id: u8, pub if_get_both_flag: u8, pub d50: Bytes, pub d6b: Bytes, pub sns_type_list: Vec<i64>,
}

Fields§

§reqtype: i32§if_reflush: u8§uin: i64§start_index: i16§friend_count: i16§group_id: u8§if_get_group_info: u8§group_start_index: u8§group_count: u8§if_get_msf_group: u8§if_show_term_type: u8§version: i64§uin_list: Vec<i64>§app_type: i32§if_get_dov_id: u8§if_get_both_flag: u8§d50: Bytes§d6b: Bytes§sns_type_list: Vec<i64>

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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.