Struct g_rust::extension::parsers::subparsers::ChatRecordData
source · pub struct ChatRecordData {
pub record_type: i8,
pub context: HashMap<String, ChatRecordDataValue>,
pub chat_log: Vec<ChatlineData>,
}
Fields§
§record_type: i8
§context: HashMap<String, ChatRecordDataValue>
§chat_log: Vec<ChatlineData>
Trait Implementations§
source§impl Clone for ChatRecordData
impl Clone for ChatRecordData
source§fn clone(&self) -> ChatRecordData
fn clone(&self) -> ChatRecordData
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 ChatRecordData
impl Debug for ChatRecordData
source§impl Default for ChatRecordData
impl Default for ChatRecordData
source§fn default() -> ChatRecordData
fn default() -> ChatRecordData
Returns the “default value” for a type. Read more
source§impl PacketVariable for ChatRecordData
impl PacketVariable for ChatRecordData
source§impl PartialEq<ChatRecordData> for ChatRecordData
impl PartialEq<ChatRecordData> for ChatRecordData
source§fn eq(&self, other: &ChatRecordData) -> bool
fn eq(&self, other: &ChatRecordData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChatRecordData
Auto Trait Implementations§
impl RefUnwindSafe for ChatRecordData
impl Send for ChatRecordData
impl Sync for ChatRecordData
impl Unpin for ChatRecordData
impl UnwindSafe for ChatRecordData
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