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