[][src]Struct brawlhalla::Clan

pub struct Clan { /* fields omitted */ }

Methods

impl Clan[src]

pub fn clan_id(&self) -> u64[src]

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

pub fn clan_create_date(&self) -> NaiveDateTime[src]

pub fn clan_xp(&self) -> u128[src]

pub fn clan_members(&self) -> &Vec<ClanMember>[src]

Trait Implementations

impl Debug for Clan[src]

impl<'de> Deserialize<'de> for Clan[src]

Auto Trait Implementations

impl RefUnwindSafe for Clan

impl Send for Clan

impl Sync for Clan

impl Unpin for Clan

impl UnwindSafe for Clan

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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.