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