Skip to main content

INexVersus_GetMetaDataListFromPersistenceSlotSequence_1

Trait INexVersus_GetMetaDataListFromPersistenceSlotSequence_1 

Source
pub trait INexVersus_GetMetaDataListFromPersistenceSlotSequence_1<T0: ClassIdentity>: INexVersus_NexSequenceBase {
    // Provided methods
    fn m_principal_id_list(self) -> List_1<u64> { ... }
    fn set_m_principal_id_list(self, value: List_1<u64>) { ... }
    fn m_slot_id(self) -> u16 { ... }
    fn set_m_slot_id(self, value: u16) { ... }
    fn m_result_list(self) -> List_1<T0> { ... }
    fn set_m_result_list(self, value: List_1<T0>) { ... }
    fn m_result_rating_list(self) -> List_1<List_1<NexVersus_RatingData>> { ... }
    fn set_m_result_rating_list(
        self,
        value: List_1<List_1<NexVersus_RatingData>>,
    ) { ... }
}

Provided Methods§

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§