Skip to main content

IAIBattleSimulator_ChainAttackCandidateMethods

Trait IAIBattleSimulator_ChainAttackCandidateMethods 

Source
pub trait IAIBattleSimulator_ChainAttackCandidateMethods: IAIBattleSimulator_ChainAttackCandidate {
    // Provided methods
    fn get_side(self) -> BattleInfoSide { ... }
    fn set_side(self, value: impl Into<BattleInfoSide>) { ... }
    fn clear(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_side(self) -> BattleInfoSide

get_Side() overload

Source

fn set_side(self, value: impl Into<BattleInfoSide>)

set_Side(crate::app::battleinfoside::BattleInfoSide) overload

Source

fn clear(self)

Clear() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAIBattleSimulator_ChainAttackCandidate> IAIBattleSimulator_ChainAttackCandidateMethods for __T

Available on crate feature app-aibattlesimulator only.