[][src]Struct keybase_protocol::protocol::chat1::chat_ui::UICoinFlipStatus

pub struct UICoinFlipStatus {
    pub gameID: Option<String>,
    pub phase: Option<UICoinFlipPhase>,
    pub progressText: Option<String>,
    pub resultText: Option<String>,
    pub commitmentVisualization: Option<String>,
    pub revealVisualization: Option<String>,
    pub participants: Option<Vec<UICoinFlipParticipant>>,
    pub errorInfo: Option<UICoinFlipError>,
    pub resultInfo: Option<UICoinFlipResult>,
}

Fields

gameID: Option<String>phase: Option<UICoinFlipPhase>progressText: Option<String>resultText: Option<String>commitmentVisualization: Option<String>revealVisualization: Option<String>participants: Option<Vec<UICoinFlipParticipant>>errorInfo: Option<UICoinFlipError>resultInfo: Option<UICoinFlipResult>

Trait Implementations

impl Debug for UICoinFlipStatus[src]

impl Serialize for UICoinFlipStatus[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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