pub struct FPLClient { /* private fields */ }Implementations§
source§impl FPLClient
impl FPLClient
pub async fn get_bootstrap_data(&self) -> Result<BootstrapData>
pub async fn get_fixtures(&self) -> Result<Fixtures>
pub async fn get_manager_details(&self, id: &str) -> Result<Manager>
pub async fn get_manager_transfers(&self, id: &str) -> Result<Transfers>
pub async fn get_manager_team_for_gw( &self, id: &str, gw: &str, ) -> Result<GWTeam>
Auto Trait Implementations§
impl Freeze for FPLClient
impl RefUnwindSafe for FPLClient
impl Send for FPLClient
impl Sync for FPLClient
impl Unpin for FPLClient
impl UnwindSafe for FPLClient
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