pub struct GetSports;Expand description
Returns all sports leagues with the status whether they currently have lines or not
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetSports
impl<'de> Deserialize<'de> for GetSports
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
Source§impl PinnacleApiRequest for GetSports
impl PinnacleApiRequest for GetSports
Auto Trait Implementations§
impl Freeze for GetSports
impl RefUnwindSafe for GetSports
impl Send for GetSports
impl Sync for GetSports
impl Unpin for GetSports
impl UnwindSafe for GetSports
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