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 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 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
source§impl PartialEq<PetSupplementedNotification> for PetSupplementedNotification
impl PartialEq<PetSupplementedNotification> for PetSupplementedNotification
source§fn eq(&self, other: &PetSupplementedNotification) -> bool
fn eq(&self, other: &PetSupplementedNotification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for PetSupplementedNotification
Auto Trait Implementations§
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