Struct ezomyte::Leagues [] [src]

pub struct Leagues<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Interface for accessing league information.

Methods

impl<C: Clone + Connect> Leagues<C>
[src]

[src]

Return a stream of all league infos.

[src]

Return a stream of the "main" leagues.

These are the ones that appear in the character selection screen in game.

[src]

Return a stream of special/event leagues (races, etc.).

[src]

Return a stream of leagues in a particular season.

Season name is something like "Abyss", "Harbinger", "Breach", etc.

Trait Implementations

impl<C: Clone> Clone for Leagues<C> where
    C: Clone + Connect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<C: Debug> Debug for Leagues<C> where
    C: Clone + Connect
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> !Send for Leagues<C>

impl<C> !Sync for Leagues<C>