[][src]Struct alpha_vantage::sector::Data

pub struct Data { /* fields omitted */ }

Store Sector data

Methods

impl Data[src]

pub fn rank(&self) -> String[src]

Return rank

pub fn utilites(&self) -> String[src]

Return utilites score

pub fn health_care(&self) -> String[src]

Return health care score

pub fn information_technology(&self) -> String[src]

Return out information technology

pub fn industrials(&self) -> String[src]

Return industrials scores

pub fn real_estate(&self) -> String[src]

Return out real estate value

pub fn consumer_staples(&self) -> String[src]

Return consumer staples value

pub fn consumer_discretionary(&self) -> String[src]

Return out value for consumer discretionary

pub fn financials(&self) -> String[src]

Return out for financials

pub fn communication_services(&self) -> String[src]

Gives value of communication services

pub fn materials(&self) -> String[src]

Gives materials value

pub fn energy(&self) -> String[src]

Gives out energy data

Trait Implementations

impl Clone for Data[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Data[src]

Auto Trait Implementations

impl Send for Data

impl Sync for Data

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Erased for T