Type Alias PQLBoardRange

Source
pub type PQLBoardRange = CachedChecker<5, true>;

Aliased Type§

pub struct PQLBoardRange { /* private fields */ }

Trait Implementations§

Source§

impl Default for PQLBoardRange

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<'a> TryFrom<&'a VmValue> for &'a PQLBoardRange

Source§

type Error = PQLError

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

fn try_from(value: &'a VmValue) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a mut VmValue> for &'a mut PQLBoardRange

Source§

type Error = PQLError

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

fn try_from(value: &'a mut VmValue) -> Result<Self, Self::Error>

Performs the conversion.
Source§

impl TryFrom<VmValue> for PQLBoardRange

Source§

type Error = TryIntoError<VmValue>

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

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

Performs the conversion.