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