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