pub struct Deck(/* private fields */);Expand description
Represents a Standard52 deck as an immutable array of
Cactus Kev Cards (PokerCard).
Implementations§
Trait Implementations§
Source§impl Ord for Deck
impl Ord for Deck
Source§impl PartialOrd for Deck
impl PartialOrd for Deck
impl Copy for Deck
impl Eq for Deck
impl StructuralPartialEq for Deck
Auto Trait Implementations§
impl Freeze for Deck
impl RefUnwindSafe for Deck
impl Send for Deck
impl Sync for Deck
impl Unpin for Deck
impl UnwindSafe for Deck
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