Struct ricq_core::pb::msg::GeneralFlags

source ·
pub struct GeneralFlags {
Show 19 fields pub bubble_diy_text_id: Option<i32>, pub group_flag_new: Option<i32>, pub uin: Option<i64>, pub rp_id: Option<Vec<u8>>, pub prp_fold: Option<i32>, pub long_text_flag: Option<i32>, pub long_text_resid: Option<String>, pub group_type: Option<i32>, pub to_uin_flag: Option<i32>, pub glamour_level: Option<i32>, pub member_level: Option<i32>, pub group_rank_seq: Option<i64>, pub olympic_torch: Option<i32>, pub babyq_guide_msg_cookie: Option<Vec<u8>>, pub uin32_expert_flag: Option<i32>, pub bubble_sub_id: Option<i32>, pub pendant_id: Option<i64>, pub rp_index: Option<Vec<u8>>, pub pb_reserve: Option<Vec<u8>>,
}

Fields§

§bubble_diy_text_id: Option<i32>§group_flag_new: Option<i32>§uin: Option<i64>§rp_id: Option<Vec<u8>>§prp_fold: Option<i32>§long_text_flag: Option<i32>§long_text_resid: Option<String>§group_type: Option<i32>§to_uin_flag: Option<i32>§glamour_level: Option<i32>§member_level: Option<i32>§group_rank_seq: Option<i64>§olympic_torch: Option<i32>§babyq_guide_msg_cookie: Option<Vec<u8>>§uin32_expert_flag: Option<i32>§bubble_sub_id: Option<i32>§pendant_id: Option<i64>§rp_index: Option<Vec<u8>>§pb_reserve: Option<Vec<u8>>

Implementations§

Returns the value of bubble_diy_text_id, or the default value if bubble_diy_text_id is unset.

Returns the value of group_flag_new, or the default value if group_flag_new is unset.

Returns the value of uin, or the default value if uin is unset.

Returns the value of rp_id, or the default value if rp_id is unset.

Returns the value of prp_fold, or the default value if prp_fold is unset.

Returns the value of long_text_flag, or the default value if long_text_flag is unset.

Returns the value of long_text_resid, or the default value if long_text_resid is unset.

Returns the value of group_type, or the default value if group_type is unset.

Returns the value of to_uin_flag, or the default value if to_uin_flag is unset.

Returns the value of glamour_level, or the default value if glamour_level is unset.

Returns the value of member_level, or the default value if member_level is unset.

Returns the value of group_rank_seq, or the default value if group_rank_seq is unset.

Returns the value of olympic_torch, or the default value if olympic_torch is unset.

Returns the value of babyq_guide_msg_cookie, or the default value if babyq_guide_msg_cookie is unset.

Returns the value of uin32_expert_flag, or the default value if uin32_expert_flag is unset.

Returns the value of bubble_sub_id, or the default value if bubble_sub_id is unset.

Returns the value of pendant_id, or the default value if pendant_id is unset.

Returns the value of rp_index, or the default value if rp_index is unset.

Returns the value of pb_reserve, or the default value if pb_reserve is unset.

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
Returns the encoded length of the message without a length delimiter.
Clears the message, resetting all fields to their default.
Encodes the message to a buffer. Read more
Encodes the message to a newly allocated buffer.
Encodes the message with a length-delimiter to a buffer. Read more
Encodes the message with a length-delimiter to a newly allocated buffer.
Decodes an instance of the message from a buffer. Read more
Decodes a length-delimited instance of the message from the buffer.
Decodes an instance of the message from a buffer, and merges it into self. Read more
Decodes a length-delimited instance of the message from buffer, and merges it into self. 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.