pub struct StatEntry {
pub stat_type: Option<DisplayName>,
pub group: Option<DisplayName>,
pub stats: Option<PitcherStats>,
}Expand description
Only present if hydrate=stats is used.
Fields§
§stat_type: Option<DisplayName>§group: Option<DisplayName>§stats: Option<PitcherStats>Trait Implementations§
Source§impl<'de> Deserialize<'de> for StatEntry
impl<'de> Deserialize<'de> for StatEntry
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 StatEntry
impl RefUnwindSafe for StatEntry
impl Send for StatEntry
impl Sync for StatEntry
impl Unpin for StatEntry
impl UnsafeUnpin for StatEntry
impl UnwindSafe for StatEntry
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