Struct queuecheck::Data[][src]

pub struct Data(_);

A collection of data.

Methods

impl Data
[src]

Returns the percentile with the supplied rank.

Trait Implementations

impl Clone for Data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Data
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Data

impl Sync for Data