Struct dicenotation::DiceData [] [src]

pub struct DiceData<T> where
    T: PrimInt
{ /* fields omitted */ }

Struct represeting a die roll data

Trait Implementations

impl<T: Debug> Debug for DiceData<T> where
    T: PrimInt
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> PartialEq for DiceData<T> where
    T: PrimInt
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl<T> Send for DiceData<T> where
    T: Send

impl<T> Sync for DiceData<T> where
    T: Sync