pub struct WinProbabilityResponse {
pub at_bats: Vec<WinProbabilityPerAtBat>,
}Fields§
§at_bats: Vec<WinProbabilityPerAtBat>Trait Implementations§
Source§impl Debug for WinProbabilityResponse
impl Debug for WinProbabilityResponse
Source§impl Default for WinProbabilityResponse
impl Default for WinProbabilityResponse
Source§fn default() -> WinProbabilityResponse
fn default() -> WinProbabilityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WinProbabilityResponse
impl<'de> Deserialize<'de> for WinProbabilityResponse
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 WinProbabilityResponse
impl RefUnwindSafe for WinProbabilityResponse
impl Send for WinProbabilityResponse
impl Sync for WinProbabilityResponse
impl Unpin for WinProbabilityResponse
impl UnsafeUnpin for WinProbabilityResponse
impl UnwindSafe for WinProbabilityResponse
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