[][src]Struct cetkaik_full_state_transition::message::AfterHalfAcceptance

pub struct AfterHalfAcceptance {
    pub dest: Option<Coord>,
}

Describes the decision after the stepping-over cast was sent from the server /踏越え判定の結果がサーバーから送られた後にユーザーが送ってくる決断を表現する型。

Fields

dest: Option<Coord>

None: hands over the turn to the opponent None は(投げ棒の出目が気に入らなかったために)パスして相手に手番を渡すことを表す

Trait Implementations

impl Binary for AfterHalfAcceptance[src]

impl Clone for AfterHalfAcceptance[src]

impl Copy for AfterHalfAcceptance[src]

impl Debug for AfterHalfAcceptance[src]

impl Eq for AfterHalfAcceptance[src]

impl Hash for AfterHalfAcceptance[src]

impl PartialEq<AfterHalfAcceptance> for AfterHalfAcceptance[src]

impl StructuralEq for AfterHalfAcceptance[src]

impl StructuralPartialEq for AfterHalfAcceptance[src]

Auto Trait Implementations

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> 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>,