pub struct CodeforcesClient;
Implementations§
Source§impl CodeforcesClient
impl CodeforcesClient
pub async fn fetch_problems(&self) -> Result<Vec<CodeforcesProblem>>
pub async fn fetch_submissions( &self, user_id: &str, from: u32, count: u32, ) -> Result<Vec<CodeforcesSubmission>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeforcesClient
impl RefUnwindSafe for CodeforcesClient
impl Send for CodeforcesClient
impl Sync for CodeforcesClient
impl Unpin for CodeforcesClient
impl UnwindSafe for CodeforcesClient
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