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