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