pub struct Friend {Show 13 fields
pub user_id: u64,
pub persona_id: u64,
pub persona: String,
pub avatar_id: String,
pub group: String,
pub group_id: String,
pub presence: Presence,
pub state: FriendState,
pub title_id: String,
pub title: String,
pub multiplayer_id: String,
pub rich_presence: String,
pub game_presence: String,
}Fields§
§user_id: u64§persona_id: u64§persona: String§avatar_id: String§group: String§group_id: String§presence: Presence§state: FriendState§title_id: String§title: String§multiplayer_id: String§rich_presence: String§game_presence: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Friend
impl<'de> Deserialize<'de> for Friend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Friend
impl RefUnwindSafe for Friend
impl Send for Friend
impl Sync for Friend
impl Unpin for Friend
impl UnwindSafe for Friend
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