Struct nv_card::StandardCard [] [src]

pub struct StandardCard { /* fields omitted */ }

Model of a standard playing card

Methods

impl StandardCard
[src]

Trait Implementations

impl Debug for StandardCard
[src]

Formats the value using the given formatter.

impl PartialEq for StandardCard
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl ToString for StandardCard
[src]

Converts the given value to a String. Read more