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