[][src]Struct retrosheet::event::PlayEvent

pub struct PlayEvent {
    pub description: PlayDescription,
    pub modifiers: Vec<PlayModifier>,
    pub advances: Vec<Advance>,
}

A description of the full set of events that occurred during a play.

Fields

description: PlayDescription

The basic play description.

modifiers: Vec<PlayModifier>

Fielding modifiers on the play description.

advances: Vec<Advance>

A description of batters advancing or attempting to advance.

Trait Implementations

impl Clone for PlayEvent[src]

impl Eq for PlayEvent[src]

impl PartialEq<PlayEvent> for PlayEvent[src]

impl Debug for PlayEvent[src]

impl Hash for PlayEvent[src]

impl StructuralPartialEq for PlayEvent[src]

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