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