pub trait INexVersus_AddRatingSequence: INexVersus_NexSequenceBase {
// Provided methods
fn m_data_id(self) -> u64 { ... }
fn set_m_data_id(self, value: u64) { ... }
fn m_map_result(self) -> Versus_MapResult { ... }
fn set_m_map_result(self, value: Versus_MapResult) { ... }
}Provided Methods§
fn m_data_id(self) -> u64
fn set_m_data_id(self, value: u64)
fn m_map_result(self) -> Versus_MapResult
fn set_m_map_result(self, value: Versus_MapResult)
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.