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 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 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 for FriendListUpdate
impl PartialEq for FriendListUpdate
impl StructuralPartialEq for FriendListUpdate
Auto Trait Implementations§
impl Freeze for FriendListUpdate
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