Enum noughts_and_crosses_lib::Cursor[][src]

pub enum Cursor {
    True,
    None,
}

Variants

Trait Implementations

impl Copy for Cursor
[src]

impl Clone for Cursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cursor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Cursor

impl Sync for Cursor