[][src]Struct cetkaik_full_state_transition::state::A

pub struct A {
    pub f: Field,
    pub whose_turn: Side,
    pub season: Season,
    pub scores: Scores,
    pub rate: Rate,
    pub tam_has_moved_previously: bool,
}

Normal state. /一番普通の状態。

Fields

f: Fieldwhose_turn: Sideseason: Seasonscores: Scoresrate: Ratetam_has_moved_previously: bool

Implementations

impl A[src]

#[must_use]pub fn get_candidates(&self, config: Config) -> (Vec<PureMove>, Vec<PureMove>)[src]

Trait Implementations

impl Clone for A[src]

impl Debug for A[src]

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

impl Serialize for A[src]

Auto Trait Implementations

impl RefUnwindSafe for A[src]

impl Send for A[src]

impl Sync for A[src]

impl Unpin for A[src]

impl UnwindSafe for A[src]

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,