pub struct FlagInfo {
Show 17 fields pub grp_msg_kick_admin: i32, pub grp_msg_hidden_grp: i32, pub grp_msg_wording_down: i32, pub frd_msg_get_busi_card: i32, pub grp_msg_get_official_account: i32, pub grp_msg_get_pay_in_group: i32, pub frd_msg_discuss2_many_chat: i32, pub grp_msg_not_allow_join_grp_invite_not_frd: i32, pub frd_msg_need_waiting_msg: i32, pub frd_msg_uint32_need_all_unread_msg: i32, pub grp_msg_need_auto_admin_wording: i32, pub grp_msg_get_transfer_group_msg_flag: i32, pub grp_msg_get_quit_pay_group_msg_flag: i32, pub grp_msg_support_invite_auto_join: i32, pub grp_msg_mask_invite_auto_join: i32, pub grp_msg_get_disbanded_by_admin: i32, pub grp_msg_get_c2c_invite_join_group: i32,
}

Fields§

§grp_msg_kick_admin: i32§grp_msg_hidden_grp: i32§grp_msg_wording_down: i32§frd_msg_get_busi_card: i32§grp_msg_get_official_account: i32§grp_msg_get_pay_in_group: i32§frd_msg_discuss2_many_chat: i32§grp_msg_not_allow_join_grp_invite_not_frd: i32§frd_msg_need_waiting_msg: i32§frd_msg_uint32_need_all_unread_msg: i32§grp_msg_need_auto_admin_wording: i32§grp_msg_get_transfer_group_msg_flag: i32§grp_msg_get_quit_pay_group_msg_flag: i32§grp_msg_support_invite_auto_join: i32§grp_msg_mask_invite_auto_join: i32§grp_msg_get_disbanded_by_admin: i32§grp_msg_get_c2c_invite_join_group: i32

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.