pub struct ApiUser {Show 18 fields
pub apple_id: String,
pub avatar_url: String,
pub create_time: String,
pub display_name: String,
pub edge_count: i32,
pub facebook_id: String,
pub facebook_instant_game_id: String,
pub gamecenter_id: String,
pub google_id: String,
pub id: String,
pub lang_tag: String,
pub location: String,
pub metadata: String,
pub online: bool,
pub steam_id: String,
pub timezone: String,
pub update_time: String,
pub username: String,
}Expand description
A user in the server.
Fields§
§apple_id: String§avatar_url: String§create_time: String§display_name: String§edge_count: i32§facebook_id: String§facebook_instant_game_id: String§gamecenter_id: String§google_id: String§id: String§lang_tag: String§location: String§metadata: String§online: bool§steam_id: String§timezone: String§update_time: String§username: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiUser
impl RefUnwindSafe for ApiUser
impl Send for ApiUser
impl Sync for ApiUser
impl Unpin for ApiUser
impl UnwindSafe for ApiUser
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