Struct puzzle_solver::VarToken [] [src]

pub struct VarToken(_);

A puzzle variable token.

Trait Implementations

impl Neg for VarToken
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl<T: IntoCoef> Add<T> for VarToken
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<i32> for VarToken
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<Rational32> for VarToken
[src]

The resulting type after applying the - operator

The method for the - operator

impl<T: IntoCoef> Mul<T> for VarToken
[src]

The resulting type after applying the * operator

The method for the * operator

impl Add for VarToken
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<VarToken> for VarToken
[src]

The resulting type after applying the - operator

The method for the - operator

impl Add<LinExpr> for VarToken
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<LinExpr> for VarToken
[src]

The resulting type after applying the - operator

The method for the - operator

impl Copy for VarToken
[src]

impl Clone for VarToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VarToken
[src]

Formats the value using the given formatter.

impl Eq for VarToken
[src]

impl Hash for VarToken
[src]

Feeds this value into the given [Hasher]. Read more

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

impl PartialEq for VarToken
[src]

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

This method tests for !=.