Struct steam_api::structs::profile::User[][src]

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,
}

Fields

steamid: Stringcommunityvisibilitystate: i32profilestate: i32personaname: Stringcommentpermissions: i32profileurl: Stringavatar: Stringavatarmedium: Stringavatarfull: Stringavatarhash: Stringlastlogoff: i32personastate: i32realname: Stringprimaryclanid: Stringtimecreated: i32gameid: Stringgameserverip: Stringgameextrainfo: Stringloccountrycode: Stringlocstatecode: Stringloccityid: i32CommunityBanned: boolVACBanned: boolNumberOfVACBans: i32DaysSinceLastBan: i32NumberOfGameBans: i32EconomyBan: Stringplayer_level: i32

Trait Implementations

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

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

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.