pub struct User {Show 28 fields
pub steamid: String,
pub communityvisibilitystate: i32,
pub profilestate: i32,
pub personaname: String,
pub commentpermissions: 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 gameextrainfo: 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,
}
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Serialize this value into the given Serde serializer. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the current Span, returning an
Instrumented wrapper. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.