Docs.rs
open-pql-0.0.3
open-pql 0.0.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
solve-poker
Dependencies
derive_more ^2
normal
fastrand ^2.3.0
normal
itertools ^0.14.0
normal
lalrpop-util ^0.22.2
normal
open_pql_macro ^0.0.3
normal
regex ^1.11.1
normal
rustc-hash ^2.1.1
normal
serde ^1.0.219
normal
smallvec ^1.15.1
normal
speedy ^0.8.7
normal
tailcall ^1.0.1
normal
quickcheck ^1.0.3
dev
quickcheck_macros ^1.1.0
dev
derive_more ^2
build
itertools ^0.14.0
build
lalrpop ^0.22.2
build
rustc-hash ^2.1.1
build
speedy ^0.8.7
build
Versions
12.4%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
open_
pql
0.0.3
PQLFn
Rtn
Required Methods
rtn_type
Implementations on Foreign Types
fn(&Hand) -> PQLBoolean
fn(&Hand, &mut PQLRange) -> PQLBoolean
fn(&Hand, (PQLGame, Flop)) -> PQLFlopHandCategory
fn(&Hand, PQLFlopHandCategory, (PQLGame, Flop)) -> PQLBoolean
fn(&Hand, PQLStreet) -> PQLRankSet
fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLHandType
fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLHiRating
fn(&Hand, PQLStreet, (PQLGame, Board)) -> PQLInteger
fn(&Hand, PQLStreet, (PQLGame, Board, DeadCards)) -> PQLBoolean
fn(&Hand, PQLStreet, (PQLGame, Board, DeadCards)) -> PQLCardCount
fn(&Hand, PQLStreet, Board) -> PQLBoolean
fn(&Hand, PQLStreet, Board) -> PQLCardCount
fn(&Hand, PQLStreet, Board) -> PQLRankSet
fn(&Hand, PQLStreet, PQLHandType, (PQLGame, Board)) -> PQLBoolean
fn(&Hand, PQLStreet, PQLHandType, (PQLGame, Board, DeadCards)) -> PQLCardCount
fn(&Hand, PQLStreet, PQLHandType, PQLCardCount, (PQLGame, Board, DeadCards)) -> PQLBoolean
fn(&Hand, PQLStreet, PQLHiRating, (PQLGame, Board)) -> PQLBoolean
fn(&mut PQLBoardRange, Board) -> PQLBoolean
fn(&str) -> Result<Option<PQLRank>, RuntimeError>
fn(&str) -> Result<PQLCard, RuntimeError>
fn(&str, PQLGame) -> Result<PQLHiRating, RuntimeError>
fn((PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLHandType
fn(Board) -> PQLCard
fn(PQLCardCount, PQLRankSet) -> Option<PQLRank>
fn(PQLPlayer, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLBoolean
fn(PQLPlayer, PQLStreet, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLBoolean
fn(PQLPlayer, PQLStreet, (PQLGame, Board, &Vec<Vec<Card>>, &mut BufferRatings)) -> PQLDouble
fn(PQLRankSet) -> Option<PQLRank>
fn(PQLRankSet) -> PQLCardCount
fn(PQLStreet, (PQLGame, Board)) -> PQLBoolean
fn(PQLStreet, Board) -> PQLBoolean
fn(PQLStreet, Board) -> PQLCardCount
fn(PQLStreet, Board) -> PQLRankSet
Implementors
In open_
pql::
functions
open_pql
::
functions
Trait
PQLFnRtn
Copy item path
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
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
str
) ->
Result
<
PQLCard
,
RuntimeError
>
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
str
,
PQLGame
) ->
Result
<
PQLHiRating
,
RuntimeError
>
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
, &mut
PQLRange
) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
, (
PQLGame
,
Flop
)) ->
PQLFlopHandCategory
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
) ->
PQLRankSet
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
, (
PQLGame
,
Board
)) ->
PQLHandType
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
, (
PQLGame
,
Board
)) ->
PQLHiRating
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
, (
PQLGame
,
Board
)) ->
PQLInteger
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
, (
PQLGame
,
Board
,
DeadCards
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
, (
PQLGame
,
Board
,
DeadCards
)) ->
PQLCardCount
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
Board
) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
Board
) ->
PQLCardCount
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
Board
) ->
PQLRankSet
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
PQLHandType
, (
PQLGame
,
Board
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
PQLHandType
, (
PQLGame
,
Board
,
DeadCards
)) ->
PQLCardCount
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
PQLHandType
,
PQLCardCount
, (
PQLGame
,
Board
,
DeadCards
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLStreet
,
PQLHiRating
, (
PQLGame
,
Board
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&
Hand
,
PQLFlopHandCategory
, (
PQLGame
,
Flop
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(&mut
PQLBoardRange
,
Board
) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
((
PQLGame
,
Board
, &
Vec
<
Vec
<
Card
>>, &mut BufferRatings)) ->
PQLHandType
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLStreet
, (
PQLGame
,
Board
)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLStreet
,
Board
) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLStreet
,
Board
) ->
PQLCardCount
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLStreet
,
Board
) ->
PQLRankSet
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
Board
) ->
PQLCard
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLPlayer
, (
PQLGame
,
Board
, &
Vec
<
Vec
<
Card
>>, &mut BufferRatings)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLPlayer
,
PQLStreet
, (
PQLGame
,
Board
, &
Vec
<
Vec
<
Card
>>, &mut BufferRatings)) ->
PQLBoolean
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLPlayer
,
PQLStreet
, (
PQLGame
,
Board
, &
Vec
<
Vec
<
Card
>>, &mut BufferRatings)) ->
PQLDouble
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLCardCount
,
PQLRankSet
) ->
Option
<
PQLRank
>
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLRankSet
) ->
Option
<
PQLRank
>
Source
§
fn
rtn_type
(&self) ->
PQLType
Source
§
impl
PQLFnRtn
for
fn
(
PQLRankSet
) ->
PQLCardCount
Source
§
fn
rtn_type
(&self) ->
PQLType
Implementors
§