pub struct CardComparisonResult {
pub winner: PlayerPoint,
pub loser: PlayerPoint,
}
Fields§
§winner: PlayerPoint
§loser: PlayerPoint
Auto Trait Implementations§
impl Freeze for CardComparisonResult
impl RefUnwindSafe for CardComparisonResult
impl Send for CardComparisonResult
impl Sync for CardComparisonResult
impl Unpin for CardComparisonResult
impl UnwindSafe for CardComparisonResult
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