pub enum Scoring {
Area,
Territory,
}Expand description
Scoring methods.
Variants§
Trait Implementations§
impl Copy for Scoring
impl Eq for Scoring
impl StructuralPartialEq for Scoring
Auto Trait Implementations§
impl Freeze for Scoring
impl RefUnwindSafe for Scoring
impl Send for Scoring
impl Sync for Scoring
impl Unpin for Scoring
impl UnsafeUnpin for Scoring
impl UnwindSafe for Scoring
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