Enum zero_sum::impls::tak::Color
[−]
[src]
pub enum Color {
White,
Black,
}The colors of the players.
Variants
WhiteBlackMethods
impl Color[src]
Trait Implementations
impl Copy for Color[src]
impl Clone for Color[src]
fn clone(&self) -> Color
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Color[src]
impl Eq for Color[src]
impl Hash for Color[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more