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