[][src]Enum retrosheet::event::DataEventType

pub enum DataEventType {
    EarnedRuns,
}

A data record type. Currently only one (earned run) is supported.

Variants

EarnedRuns

How many earned runs a pitcher incurred.

Trait Implementations

impl<'_> From<&'_ str> for DataEventType[src]

impl Clone for DataEventType[src]

impl Copy for DataEventType[src]

impl Eq for DataEventType[src]

impl PartialEq<DataEventType> for DataEventType[src]

impl Debug for DataEventType[src]

impl Hash for DataEventType[src]

impl StructuralPartialEq for DataEventType[src]

impl StructuralEq for DataEventType[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> 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<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]