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§
Sourcefn get_side(self) -> BattleInfoSide
fn get_side(self) -> BattleInfoSide
get_Side() overload
Sourcefn set_side(self, value: impl Into<BattleInfoSide>)
fn set_side(self, value: impl Into<BattleInfoSide>)
set_Side(crate::app::battleinfoside::BattleInfoSide) 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§
impl<__T: IAIBattleSimulator_ChainAttackCandidate> IAIBattleSimulator_ChainAttackCandidateMethods for __T
Available on crate feature
app-aibattlesimulator only.