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