pub struct CodeChefClient;
Implementations§
Source§impl CodeChefClient
impl CodeChefClient
pub async fn fetch_problem_list( &self, page: CodeChefProblemPage, ) -> Result<Vec<CodeChefProblem>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeChefClient
impl RefUnwindSafe for CodeChefClient
impl Send for CodeChefClient
impl Sync for CodeChefClient
impl Unpin for CodeChefClient
impl UnwindSafe for CodeChefClient
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