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 for GetUserChatlog
impl PartialEq for GetUserChatlog
impl StructuralPartialEq for GetUserChatlog
Auto Trait Implementations§
impl Freeze for GetUserChatlog
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