Struct ezomyte::PvpMatches [] [src]

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

Interface for accessing PvP matches information.

Methods

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

[src]

Returns a stream of all upcoming PvP matches.

[src]

Return a stream of PvP matches in a particular season.

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<C> !Send for PvpMatches<C>

impl<C> !Sync for PvpMatches<C>