Enum technical_indicators::charts::Source [] [src]

pub enum Source {
    Open,
    High,
    Low,
    Close,
    Volume,
}

Variants

Trait Implementations

impl Clone for Source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl AsRef<Source> for Source
[src]

[src]

Performs the conversion.