pub struct LiveData {
pub plays: Plays,
pub linescore: Linescore,
pub boxscore: Boxscore,
}Fields§
§plays: Plays§linescore: Linescore§boxscore: BoxscoreTrait Implementations§
Source§impl<'de> Deserialize<'de> for LiveData
impl<'de> Deserialize<'de> for LiveData
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 LiveData
impl RefUnwindSafe for LiveData
impl Send for LiveData
impl Sync for LiveData
impl Unpin for LiveData
impl UnsafeUnpin for LiveData
impl UnwindSafe for LiveData
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