pub struct User {Show 27 fields
pub steamid: String,
pub communityvisibilitystate: i32,
pub profilestate: i32,
pub personaname: String,
pub commentpermission: i32,
pub profileurl: String,
pub avatar: String,
pub avatarmedium: String,
pub avatarfull: String,
pub avatarhash: String,
pub lastlogoff: i32,
pub personastate: i32,
pub realname: String,
pub primaryclanid: String,
pub timecreated: i32,
pub gameid: String,
pub gameserverip: String,
pub loccountrycode: String,
pub locstatecode: String,
pub loccityid: i32,
pub CommunityBanned: bool,
pub VACBanned: bool,
pub NumberOfVACBans: i32,
pub DaysSinceLastBan: i32,
pub NumberOfGameBans: i32,
pub EconomyBan: String,
pub player_level: i32,
}Fields§
§steamid: String§communityvisibilitystate: i32§profilestate: i32§personaname: String§commentpermission: i32§profileurl: String§avatar: String§avatarmedium: String§avatarfull: String§avatarhash: String§lastlogoff: i32§personastate: i32§realname: String§primaryclanid: String§timecreated: i32§gameid: String§gameserverip: String§loccountrycode: String§locstatecode: String§loccityid: i32§CommunityBanned: bool§VACBanned: bool§NumberOfVACBans: i32§DaysSinceLastBan: i32§NumberOfGameBans: i32§EconomyBan: String§player_level: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for User
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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