Trait PQLFnRtn

Source
pub trait PQLFnRtn {
    // Required method
    fn rtn_type(&self) -> PQLType;
}

Required Methods§

Source

fn rtn_type(&self) -> PQLType

Implementations on Foreign Types§

Source§

impl PQLFnRtn for fn(&str) -> Result<Option<PQLRank>, RuntimeError>

Source§

impl PQLFnRtn for fn(&str) -> Result<PQLCard, RuntimeError>

Source§

impl PQLFnRtn for fn(&str, PQLGame) -> Result<PQLHiRating, RuntimeError>

Source§

impl PQLFnRtn for fn(&Hand) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, &mut PQLRange) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, (PQLGame, Flop)) -> PQLFlopHandCategory

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet) -> PQLRankSet

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLHandType

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLHiRating

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLInteger

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, (PQLGame, Board, DeadCards)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, (PQLGame, Board, DeadCards)) -> PQLCardCount

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, Board) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, Board) -> PQLCardCount

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, Board) -> PQLRankSet

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, PQLHandType, (PQLGame, Board)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, PQLHandType, (PQLGame, Board, DeadCards)) -> PQLCardCount

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, PQLHandType, PQLCardCount, (PQLGame, Board, DeadCards)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, PQLStreet, PQLHiRating, (PQLGame, Board)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&Hand, PQLFlopHandCategory, (PQLGame, Flop)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(&mut PQLBoardRange, Board) -> PQLBoolean

Source§

impl PQLFnRtn for fn((PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLHandType

Source§

impl PQLFnRtn for fn(PQLStreet, (PQLGame, Board)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(PQLStreet, Board) -> PQLBoolean

Source§

impl PQLFnRtn for fn(PQLStreet, Board) -> PQLCardCount

Source§

impl PQLFnRtn for fn(PQLStreet, Board) -> PQLRankSet

Source§

impl PQLFnRtn for fn(Board) -> PQLCard

Source§

impl PQLFnRtn for fn(PQLPlayer, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(PQLPlayer, PQLStreet, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLBoolean

Source§

impl PQLFnRtn for fn(PQLPlayer, PQLStreet, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLDouble

Source§

impl PQLFnRtn for fn(PQLCardCount, PQLRankSet) -> Option<PQLRank>

Source§

impl PQLFnRtn for fn(PQLRankSet) -> Option<PQLRank>

Source§

impl PQLFnRtn for fn(PQLRankSet) -> PQLCardCount

Implementors§