pub struct Whisper {
pub text: String,
pub chat_style: i32,
}
Fields§
§text: String
§chat_style: i32
Trait Implementations§
Source§impl BaseParser for Whisper
impl BaseParser for Whisper
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 PacketVariable for Whisper
impl PacketVariable for Whisper
impl StructuralPartialEq for Whisper
Auto Trait Implementations§
impl Freeze for Whisper
impl RefUnwindSafe for Whisper
impl Send for Whisper
impl Sync for Whisper
impl Unpin for Whisper
impl UnwindSafe for Whisper
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