Struct mastermind::Peg[][src]

pub struct Peg { /* fields omitted */ }

Methods

impl Peg
[src]

Trait Implementations

impl Clone for Peg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Peg
[src]

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

This method tests for !=.

impl Debug for Peg
[src]

Formats the value using the given formatter. Read more

impl Display for Peg
[src]

Formats the value using the given formatter. Read more

impl Into<Peg> for char
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Peg

impl Sync for Peg