pub struct PlaysByInning {
pub start_index: u8,
pub end_index: u8,
pub top: Vec<u8>,
pub bottom: Vec<u8>,
}Fields§
§start_index: u8§end_index: u8§top: Vec<u8>§bottom: Vec<u8>Trait Implementations§
Source§impl Debug for PlaysByInning
impl Debug for PlaysByInning
Source§impl Default for PlaysByInning
impl Default for PlaysByInning
Source§fn default() -> PlaysByInning
fn default() -> PlaysByInning
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlaysByInning
impl<'de> Deserialize<'de> for PlaysByInning
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PlaysByInning
impl RefUnwindSafe for PlaysByInning
impl Send for PlaysByInning
impl Sync for PlaysByInning
impl Unpin for PlaysByInning
impl UnsafeUnpin for PlaysByInning
impl UnwindSafe for PlaysByInning
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more