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