Struct hexe_core::mv::kind::Normal [] [src]

pub struct Normal(_);

A normal, non-special move.

Methods

impl Normal
[src]

[src]

Creates a new normal move from src to dst.

[src]

Returns the kind for self.

Methods from Deref<Target = Move>

Trait Implementations

impl From<Normal> for Move
[src]

[src]

Performs the conversion.

impl From<Normal> for u16
[src]

[src]

Performs the conversion.

impl FromUnchecked<Move> for Normal
[src]

[src]

Performs the unchecked conversion.

impl FromUnchecked<u16> for Normal
[src]

[src]

Performs the unchecked conversion.

impl Deref for Normal
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl AsRef<Move> for Normal
[src]

[src]

Performs the conversion.

impl PartialEq for Normal
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Normal
[src]

impl Clone for Normal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Normal
[src]

impl Hash for Normal
[src]

[src]

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

1.3.0
[src]

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

impl Debug for Normal
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Normal> for Matches
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Normal

impl Sync for Normal