[][src]Struct botfair::generated_types::ItemDescription

pub struct ItemDescription {
    pub eventTypeDesc: Option<String>,
    pub eventDesc: Option<String>,
    pub marketDesc: Option<String>,
    pub marketType: Option<String>,
    pub marketStartTime: Option<DateTime<Utc>>,
    pub runnerDesc: Option<String>,
    pub numberOfWinners: Option<i32>,
    pub eachWayDivisor: Option<f64>,
}

This object contains some text which may be useful to render a betting history view. It offers no long-term warranty as to the correctness of the text.

Fields

eventTypeDesc: Option<String>eventDesc: Option<String>marketDesc: Option<String>marketType: Option<String>marketStartTime: Option<DateTime<Utc>>runnerDesc: Option<String>numberOfWinners: Option<i32>eachWayDivisor: Option<f64>

Trait Implementations

impl Debug for ItemDescription[src]

impl Serialize for ItemDescription[src]

impl<'de> Deserialize<'de> for ItemDescription[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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<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]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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