[][src]Struct gw2rs::prelude::Objective

pub struct Objective { /* fields omitted */ }

Objectives represent capturable or interactable objective points in World vs World maps.

Methods

impl Objective
[src]

Returns the Objective identifier used in querying various endpoints.

Returns this Objective's localized name, using the language assigned to the API wrapper when this Objective was initialized.

Returns the associated objective "type" of this Objective.

Returns the Objective's map sector identification number.

The identification number of the map this Objective is found on.

The world versus world map this Objective is found on.

Optional coordinates of the Objective in the world.

Labelled coordinates of the Objective's map sector centroid in the world.

The public URL of the image marker associated with this Objective.

The chat link for this Objective.

The optional upgrade ID for this Objective.

Trait Implementations

impl PartialEq<Objective> for Objective
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Objective
[src]

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for Objective

impl Sync for Objective

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

Immutably borrows from an owned value. Read more

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

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

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

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Erased for T

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