pub struct GetCfhChatlog {
pub issue_id: LegacyId,
}
Fields§
§issue_id: LegacyId
Trait Implementations§
Source§impl BaseParser for GetCfhChatlog
impl BaseParser for GetCfhChatlog
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 GetCfhChatlog
impl Clone for GetCfhChatlog
Source§fn clone(&self) -> GetCfhChatlog
fn clone(&self) -> GetCfhChatlog
Returns a duplicate 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 GetCfhChatlog
impl Debug for GetCfhChatlog
Source§impl Default for GetCfhChatlog
impl Default for GetCfhChatlog
Source§fn default() -> GetCfhChatlog
fn default() -> GetCfhChatlog
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetCfhChatlog
impl PacketVariable for GetCfhChatlog
Source§impl PartialEq for GetCfhChatlog
impl PartialEq for GetCfhChatlog
impl StructuralPartialEq for GetCfhChatlog
Auto Trait Implementations§
impl Freeze for GetCfhChatlog
impl RefUnwindSafe for GetCfhChatlog
impl Send for GetCfhChatlog
impl Sync for GetCfhChatlog
impl Unpin for GetCfhChatlog
impl UnwindSafe for GetCfhChatlog
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