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 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 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 for HabboClubExtendOffer
impl PartialEq for HabboClubExtendOffer
impl StructuralPartialEq for HabboClubExtendOffer
Auto Trait Implementations§
impl Freeze for HabboClubExtendOffer
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