Struct criterion_plot::TicLabels [] [src]

pub struct TicLabels<P, L> {
    pub labels: L,
    pub positions: P,
}

Labels attached to the tics of an axis

Fields

Labels to attach to the tics

Position of the tics on the axis

Trait Implementations

impl<P, L> Set<TicLabels<P, L>> for Properties where
    L: IntoIterator,
    L::Item: AsRef<str>,
    P: IntoIterator,
    P::Item: Data
[src]

[src]

Attaches labels to the tics of an axis

Auto Trait Implementations

impl<P, L> Send for TicLabels<P, L> where
    L: Send,
    P: Send

impl<P, L> Sync for TicLabels<P, L> where
    L: Sync,
    P: Sync