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