pub struct EloRank {
pub k: i32,
}
Fields§
§k: i32
Implementations§
Auto Trait Implementations§
impl Freeze for EloRank
impl RefUnwindSafe for EloRank
impl Send for EloRank
impl Sync for EloRank
impl Unpin for EloRank
impl UnwindSafe for EloRank
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