[][src]Struct gw2api::v1::wvw::matches::Matches

pub struct Matches { /* fields omitted */ }

Struct containing information about currently running WvW matches. Further information can be requested using the match_details endpoint.

Implementations

impl Matches[src]

pub fn get_all(client: &Client) -> Result<Matches, ApiError>[src]

Retrieve all currently running WvW matches.

pub fn matches(&self) -> &Vec<Match>[src]

Returns a list of WvW matches.

Trait Implementations

impl Debug for Matches[src]

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

impl PartialEq<Matches> for Matches[src]

impl StructuralPartialEq for Matches[src]

Auto Trait Implementations

impl RefUnwindSafe for Matches

impl Send for Matches

impl Sync for Matches

impl Unpin for Matches

impl UnwindSafe for Matches

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> Sealed<T> for T where
    T: ?Sized

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.