Skip to main content

IRelayCompletionAwardData_ShowComparerMethods

Trait IRelayCompletionAwardData_ShowComparerMethods 

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

Provided Methods§

Source

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

Compare(crate::app::itemdata::ItemData, crate::app::itemdata::ItemData) 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: IRelayCompletionAwardData_ShowComparer> IRelayCompletionAwardData_ShowComparerMethods for __T

Available on crate feature app-relaycompletionawarddata only.