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