[][src]Struct ggpf::policies::ppa::PPAPolicy

pub struct PPAPolicy<G, M> where
    G: Game,
    M: MoveCode<G>, 
{ /* fields omitted */ }

PPA policy instance.

Trait Implementations

impl<G, M> MultiplayerPolicy<G> for PPAPolicy<G, M> where
    G: Game + SingleWinner + Clone + Eq + Hash,
    M: MoveCode<G>, 
[src]

Auto Trait Implementations

impl<G, M> RefUnwindSafe for PPAPolicy<G, M> where
    G: RefUnwindSafe,
    <G as Base>::Move: RefUnwindSafe,
    <G as Game>::Player: RefUnwindSafe

impl<G, M> Send for PPAPolicy<G, M> where
    <G as Base>::Move: Send,
    <G as Game>::Player: Send

impl<G, M> Sync for PPAPolicy<G, M> where
    <G as Base>::Move: Sync,
    <G as Game>::Player: Sync

impl<G, M> Unpin for PPAPolicy<G, M> where
    G: Unpin,
    <G as Base>::Move: Unpin,
    <G as Game>::Player: Unpin

impl<G, M> UnwindSafe for PPAPolicy<G, M> where
    G: UnwindSafe,
    <G as Base>::Move: UnwindSafe,
    <G as Game>::Player: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T> FromPy<T> for T

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> IntoPy<U> for T where
    U: FromPy<T>, 

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> With for T