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