[][src]Struct discord_game_sdk::Achievement

pub struct Achievement(_);

Methods

impl Achievement[src]

pub fn user_id(&self) -> i64[src]

The unique id of the user working on the achievement

pub fn achievement_id(&self) -> i64[src]

The unique id of the achievement

pub fn percent_complete(&self) -> u8[src]

How far along the user is to completing the achievement [0..=100]

pub fn unlocked_at(&self) -> &str[src]

Date at which the user completed the achievement

Cost

String length is calculated every call

Trait Implementations

impl Copy for Achievement[src]

impl Clone for Achievement[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<Achievement> for Achievement[src]

impl From<DiscordUserAchievement> for Achievement[src]

impl From<Achievement> for DiscordUserAchievement[src]

impl Eq for Achievement[src]

impl Debug for Achievement[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]