Struct rolldice::Dice [] [src]

pub struct Dice { /* fields omitted */ }

Methods

impl Dice
[src]

[src]

[src]

Trait Implementations

impl Debug for Dice
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Dice
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Dice
[src]