pub type PQLCard = Card;Aliased Type§
pub struct PQLCard {
pub rank: Rank,
pub suit: Suit,
}Fields§
§rank: Rank§suit: SuitTrait Implementations§
Source§impl TryFrom<VmStackValue> for PQLCard
impl TryFrom<VmStackValue> for PQLCard
Source§type Error = TryIntoError<VmStackValue>
type Error = TryIntoError<VmStackValue>
The type returned in the event of a conversion error.
Source§fn try_from(value: VmStackValue) -> Result<Self, TryIntoError<VmStackValue>>
fn try_from(value: VmStackValue) -> Result<Self, TryIntoError<VmStackValue>>
Performs the conversion.