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