pub trait IBattleDetail_AvoidParamMethods: IBattleDetail_AvoidParam {
// Provided methods
fn ctor(self, detail: impl Into<BattleDetail>) { ... }
fn calculate(self, side: impl Into<BattleInfoSide>) -> f32 { ... }
}Provided Methods§
Sourcefn ctor(self, detail: impl Into<BattleDetail>)
fn ctor(self, detail: impl Into<BattleDetail>)
.ctor(crate::app::battledetail::BattleDetail) overload
Sourcefn calculate(self, side: impl Into<BattleInfoSide>) -> f32
fn calculate(self, side: impl Into<BattleInfoSide>) -> f32
Calculate(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: IBattleDetail_AvoidParam> IBattleDetail_AvoidParamMethods for __T
Available on crate feature
app-battledetail only.