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