Enum noughts_and_crosses_lib::AiMode[][src]

pub enum AiMode {
    Random,
    SmartRandom,
    None,
}

Variants

Trait Implementations

impl Copy for AiMode
[src]

impl Clone for AiMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for AiMode

impl Sync for AiMode