pub type PQLCardCount = u8;Trait Implementations§
Source§impl<'a> TryFrom<&'a VmValue> for &'a PQLCardCount
impl<'a> TryFrom<&'a VmValue> for &'a PQLCardCount
Source§impl<'a> TryFrom<&'a mut VmValue> for &'a mut PQLCardCount
impl<'a> TryFrom<&'a mut VmValue> for &'a mut PQLCardCount
Source§impl TryFrom<VmStackValue> for PQLCardCount
impl TryFrom<VmStackValue> for PQLCardCount
Source§impl TryFrom<VmStackValueNum> for PQLCardCount
impl TryFrom<VmStackValueNum> for PQLCardCount
Source§type Error = TryIntoError<VmStackValueNum>
type Error = TryIntoError<VmStackValueNum>
The type returned in the event of a conversion error.
Source§fn try_from(
value: VmStackValueNum,
) -> Result<Self, TryIntoError<VmStackValueNum>>
fn try_from( value: VmStackValueNum, ) -> Result<Self, TryIntoError<VmStackValueNum>>
Performs the conversion.