Enum mastermind::Correctness[][src]

pub enum Correctness {
    Partial,
    Total,
}

Variants

Trait Implementations

impl Debug for Correctness
[src]

Formats the value using the given formatter. Read more

impl Display for Correctness
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Correctness

impl Sync for Correctness