[][src]Struct discord_game_sdk::Sku

pub struct Sku(_);

Methods

impl Sku[src]

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

pub fn kind(&self) -> SkuKind[src]

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

Cost

String length is calculated every call

pub fn price_amount(&self) -> u32[src]

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

Cost

String length is calculated every call

Trait Implementations

impl Clone for Sku[src]

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

Performs copy-assignment from source. Read more

impl From<DiscordSku> for Sku[src]

impl From<Sku> for DiscordSku[src]

impl PartialEq<Sku> for Sku[src]

impl Copy for Sku[src]

impl Eq for Sku[src]

impl Debug for Sku[src]

Auto Trait Implementations

impl Sync for Sku

impl Send for Sku

impl Unpin for Sku

impl RefUnwindSafe for Sku

impl UnwindSafe for Sku

Blanket Implementations

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> Into<U> for T where
    U: From<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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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