Skip to main content

IDamageInfo_InfoComparerMethods

Trait IDamageInfo_InfoComparerMethods 

Source
pub trait IDamageInfo_InfoComparerMethods: IDamageInfo_InfoComparer {
    // Provided methods
    fn compare(
        self,
        a: impl Into<DamageInfo_Info>,
        b: impl Into<DamageInfo_Info>,
    ) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn compare( self, a: impl Into<DamageInfo_Info>, b: impl Into<DamageInfo_Info>, ) -> i32

Compare(crate::app::damageinfo::DamageInfo_Info, crate::app::damageinfo::DamageInfo_Info) 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: IDamageInfo_InfoComparer> IDamageInfo_InfoComparerMethods for __T

Available on crate feature app-damageinfo only.