PQLCard

Type Alias PQLCard 

Source
pub type PQLCard = Card;

Aliased Type§

pub struct PQLCard {
    pub rank: Rank,
    pub suit: Suit,
}

Fields§

§rank: Rank§suit: Suit

Trait Implementations§

Source§

impl TryFrom<VmStackValue> for PQLCard

Source§

type Error = TryIntoError<VmStackValue>

The type returned in the event of a conversion error.
Source§

fn try_from(value: VmStackValue) -> Result<Self, TryIntoError<VmStackValue>>

Performs the conversion.