pub struct RankContest {
pub rank: i64,
pub c: Contest,
}Expand description
Helper struct containing a rank ID and a Contest
Fields§
§rank: i64A user rank (position)
c: ContestThe contest associated
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RankContest
impl RefUnwindSafe for RankContest
impl Send for RankContest
impl Sync for RankContest
impl Unpin for RankContest
impl UnsafeUnpin for RankContest
impl UnwindSafe for RankContest
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