[][src]Struct sudoku_backend::ops::constraints::SudokuBoard9x9ConciseLength

pub struct SudokuBoard9x9ConciseLength;

Character length of the concise representation of a 9x9 Sudoku board.

Trait Implementations

impl StringLength for SudokuBoard9x9ConciseLength
[src]

impl PartialEq<SudokuBoard9x9ConciseLength> for SudokuBoard9x9ConciseLength
[src]

This method tests for !=.

impl Clone for SudokuBoard9x9ConciseLength
[src]

Performs copy-assignment from source. Read more

impl Ord for SudokuBoard9x9ConciseLength
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Eq for SudokuBoard9x9ConciseLength
[src]

impl PartialOrd<SudokuBoard9x9ConciseLength> for SudokuBoard9x9ConciseLength
[src]

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for SudokuBoard9x9ConciseLength
[src]

impl Hash for SudokuBoard9x9ConciseLength
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for SudokuBoard9x9ConciseLength
[src]

impl<'de> Deserialize<'de> for SudokuBoard9x9ConciseLength
[src]

Auto Trait Implementations

impl Send for SudokuBoard9x9ConciseLength

impl Sync for SudokuBoard9x9ConciseLength

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Typeable for T where
    T: Any
[src]

Get the TypeId of this object.

impl<T> IntoSql for T
[src]

Convert self to an expression for Diesel's query builder. Read more

Convert &self to an expression for Diesel's query builder. Read more