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