Struct libbgmrank::Histogram [] [src]

pub struct Histogram { /* fields omitted */ }

Methods

impl Histogram
[src]

[src]

[src]

Trait Implementations

impl<'a> FromIterator<&'a Item> for Histogram
[src]

[src]

Creates a value from an iterator. Read more

impl Index<Option<Rating>> for Histogram
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<Option<Rating>> for Histogram
[src]

[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl Send for Histogram

impl Sync for Histogram