pub struct RoomChatlog {
pub data: ChatRecordData,
}
Fields§
§data: ChatRecordData
Trait Implementations§
Source§impl BaseParser for RoomChatlog
impl BaseParser for RoomChatlog
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 RoomChatlog
impl Clone for RoomChatlog
Source§fn clone(&self) -> RoomChatlog
fn clone(&self) -> RoomChatlog
Returns a duplicate 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 RoomChatlog
impl Debug for RoomChatlog
Source§impl Default for RoomChatlog
impl Default for RoomChatlog
Source§fn default() -> RoomChatlog
fn default() -> RoomChatlog
Returns the “default value” for a type. Read more
Source§impl PacketVariable for RoomChatlog
impl PacketVariable for RoomChatlog
Source§impl PartialEq for RoomChatlog
impl PartialEq for RoomChatlog
impl StructuralPartialEq for RoomChatlog
Auto Trait Implementations§
impl Freeze for RoomChatlog
impl RefUnwindSafe for RoomChatlog
impl Send for RoomChatlog
impl Sync for RoomChatlog
impl Unpin for RoomChatlog
impl UnwindSafe for RoomChatlog
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