pub struct SetChatStylePreference {
pub preferred_chat_style: bool,
}
Fields§
§preferred_chat_style: bool
Trait Implementations§
Source§impl BaseParser for SetChatStylePreference
impl BaseParser for SetChatStylePreference
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for SetChatStylePreference
impl Clone for SetChatStylePreference
Source§fn clone(&self) -> SetChatStylePreference
fn clone(&self) -> SetChatStylePreference
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetChatStylePreference
impl Debug for SetChatStylePreference
Source§impl Default for SetChatStylePreference
impl Default for SetChatStylePreference
Source§fn default() -> SetChatStylePreference
fn default() -> SetChatStylePreference
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetChatStylePreference
impl PartialEq for SetChatStylePreference
impl StructuralPartialEq for SetChatStylePreference
Auto Trait Implementations§
impl Freeze for SetChatStylePreference
impl RefUnwindSafe for SetChatStylePreference
impl Send for SetChatStylePreference
impl Sync for SetChatStylePreference
impl Unpin for SetChatStylePreference
impl UnwindSafe for SetChatStylePreference
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more