pub struct HandValue(/* private fields */);Expand description
The value of hand from 5, 6, or 7 cards.
Implementations§
Trait Implementations§
impl Copy for HandValue
impl Eq for HandValue
Source§impl Ord for HandValue
impl Ord for HandValue
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for HandValue
impl RefUnwindSafe for HandValue
impl Send for HandValue
impl Sync for HandValue
impl Unpin for HandValue
impl UnsafeUnpin for HandValue
impl UnwindSafe for HandValue
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