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