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