pub struct ProbablePitcher {
pub full_name: String,
pub stats: Vec<StatEntry>,
}Expand description
Only present if hydrate=probablePitcher is used.
Fields§
§full_name: String§stats: Vec<StatEntry>Trait Implementations§
Source§impl Debug for ProbablePitcher
impl Debug for ProbablePitcher
Source§impl Default for ProbablePitcher
impl Default for ProbablePitcher
Source§fn default() -> ProbablePitcher
fn default() -> ProbablePitcher
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProbablePitcher
impl<'de> Deserialize<'de> for ProbablePitcher
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 ProbablePitcher
impl RefUnwindSafe for ProbablePitcher
impl Send for ProbablePitcher
impl Sync for ProbablePitcher
impl Unpin for ProbablePitcher
impl UnsafeUnpin for ProbablePitcher
impl UnwindSafe for ProbablePitcher
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