Skip to main content

INexVersus_GetMetaDataListFromPersistenceSlotSequence_1Methods

Trait INexVersus_GetMetaDataListFromPersistenceSlotSequence_1Methods 

Source
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§

Source

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,

Source

fn postlogin(self)
where Self: Sized,

Source

fn get_persistence_meta_data(self)
where Self: Sized,

Source

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.

Implementors§