Enum alphavantage::time_series::IntradayInterval[][src]

pub enum IntradayInterval {
    OneMinute,
    FiveMinutes,
    FifteenMinutes,
    ThirtyMinutes,
    SixtyMinutes,
}

Represents the interval for an intraday time series.

Variants

1 minute.

5 minutes.

15 minutes.

30 minutes.

60 minutes.

Trait Implementations

impl Debug for IntradayInterval
[src]

Formats the value using the given formatter. Read more

impl Clone for IntradayInterval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IntradayInterval
[src]

Auto Trait Implementations