pub trait INexVersus_GetReplayMetaDataFromPersistenceSlotSequence: INexVersus_NexSequenceBase {
// Provided methods
fn m_principal_id(self) -> u64 { ... }
fn set_m_principal_id(self, value: u64) { ... }
fn m_slot_id(self) -> u16 { ... }
fn set_m_slot_id(self, value: u16) { ... }
fn m_persistence_data_id(self) -> u64 { ... }
fn set_m_persistence_data_id(self, value: u64) { ... }
fn m_result_data(self) -> NexVersus_ReplaySlotMetaResultData { ... }
fn set_m_result_data(self, value: NexVersus_ReplaySlotMetaResultData) { ... }
}Provided Methods§
fn m_principal_id(self) -> u64
fn set_m_principal_id(self, value: u64)
fn m_slot_id(self) -> u16
fn set_m_slot_id(self, value: u16)
fn m_persistence_data_id(self) -> u64
fn set_m_persistence_data_id(self, value: u64)
fn m_result_data(self) -> NexVersus_ReplaySlotMetaResultData
fn set_m_result_data(self, value: NexVersus_ReplaySlotMetaResultData)
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.