Struct nv_card::DuplicatesAllowedDeck [] [src]

pub struct DuplicatesAllowedDeck<T> { /* fields omitted */ }

A Deck that can contain duplicate cards. For games such as canasta or black jack that use multiple decks

Methods

impl<T> DuplicatesAllowedDeck<T>
[src]

Trait Implementations

impl<T: Debug> Debug for DuplicatesAllowedDeck<T>
[src]

Formats the value using the given formatter.

impl<T> Collection for DuplicatesAllowedDeck<T>
[src]

Item Type of collection

Number of items in the collection

Helper function for whether collection has elements

impl<T> MutableCollection for DuplicatesAllowedDeck<T>
[src]

adds an item to the end of a collection

removes an item from the end of a collection

inserts at a specific index

removes item at a specific index

impl<T> Sliceable for DuplicatesAllowedDeck<T>
[src]