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 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 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
impl StructuralPartialEq for RelationshipStatusInfoData
Auto Trait Implementations§
impl Freeze for RelationshipStatusInfoData
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