[][src]Struct rfesi::groups::FactionWarfareGroup

pub struct FactionWarfareGroup<'a> { /* fields omitted */ }

Endpoints for FactionWarfare

Implementations

impl<'a> FactionWarfareGroup<'a>[src]

pub async fn leaderboards<'_>(&'_ self) -> EsiResult<FWLeaderboards>[src]

Get the top 4 leaderboards of factions for total, last week, and yesterday.

pub async fn leaderboard_characters<'_>(
    &'_ self
) -> EsiResult<FWCharacterLeaderboards>
[src]

Get top 100 characters for total, last week, and yesterday.

pub async fn leaderboard_corporations<'_>(
    &'_ self
) -> EsiResult<FWCorporationLeaderboards>
[src]

Get top 10 corporations for total, last week, and yesterday.

pub async fn stats<'_>(&'_ self) -> EsiResult<Vec<FWStatsItem>>[src]

Get FW overview stats.

pub async fn systems<'_>(&'_ self) -> EsiResult<Vec<FWSystem>>[src]

Get FW system ownership.

pub async fn wars<'_>(&'_ self) -> EsiResult<Vec<FWWar>>[src]

Get FW faction information.

Auto Trait Implementations

impl<'a> !RefUnwindSafe for FactionWarfareGroup<'a>

impl<'a> Send for FactionWarfareGroup<'a>

impl<'a> Sync for FactionWarfareGroup<'a>

impl<'a> Unpin for FactionWarfareGroup<'a>

impl<'a> !UnwindSafe for FactionWarfareGroup<'a>

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> 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.