User

Struct User 

Source
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: i32

Trait Implementations§

Source§

impl Debug for User

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for User

Source§

fn default() -> User

Returns the “default value” for a type. Read more
Source§

impl Serialize for User

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.