pub struct CardComparisonResult {
pub winner: PlayerPoint,
pub loser: PlayerPoint,
}
Fields§
§winner: PlayerPoint
§loser: PlayerPoint
Trait Implementations§
Source§impl Clone for CardComparisonResult
impl Clone for CardComparisonResult
Source§fn clone(&self) -> CardComparisonResult
fn clone(&self) -> CardComparisonResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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