Struct simple_chart::chart::Serie [] [src]

pub struct Serie<T: IterInPoint<P, Item = P>, P: InPoint> {
    pub iter: T,
    // some fields omitted
}

Fields

Methods

impl<P: InPoint, T: IterInPoint<P>> Serie<T, P>
[src]

Trait Implementations

impl<T: Debug + IterInPoint<P, Item = P>, P: Debug + InPoint> Debug for Serie<T, P>
[src]

Formats the value using the given formatter.

impl<T: Clone + IterInPoint<P, Item = P>, P: Clone + InPoint> Clone for Serie<T, P>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more