pub trait INexVersus_GetMetaDataListFromPersistenceSlotSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(
self,
principal_id_list: List_1<u64>,
slot_id: u16,
result_data_list: List_1<T0>,
result_rating_list: List_1<List_1<NexVersus_RatingData>>,
)
where Self: Sized { ... }
fn postlogin(self)
where Self: Sized { ... }
fn get_persistence_meta_data(self)
where Self: Sized { ... }
fn create_bind(
super_: ProcInst,
principal_id_list: List_1<u64>,
slot_id: u16,
result_data_list: List_1<T0>,
result_rating_list: List_1<List_1<NexVersus_RatingData>>,
) { ... }
}Provided Methods§
fn ctor(
self,
principal_id_list: List_1<u64>,
slot_id: u16,
result_data_list: List_1<T0>,
result_rating_list: List_1<List_1<NexVersus_RatingData>>,
)where
Self: Sized,
fn postlogin(self)where
Self: Sized,
fn get_persistence_meta_data(self)where
Self: Sized,
fn create_bind( super_: ProcInst, principal_id_list: List_1<u64>, slot_id: u16, result_data_list: List_1<T0>, result_rating_list: List_1<List_1<NexVersus_RatingData>>, )
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.