Skip to main content

INexVersus_GetRankedMetaDataFromPersistenceSlotSequenceMethods

Trait INexVersus_GetRankedMetaDataFromPersistenceSlotSequenceMethods 

Source
pub trait INexVersus_GetRankedMetaDataFromPersistenceSlotSequenceMethods: INexVersus_GetRankedMetaDataFromPersistenceSlotSequence {
    // Provided methods
    fn get_principal_id(self) -> u64 { ... }
    fn ctor(self) { ... }
    fn postlogin(self) { ... }
    fn get_persistence_meta_data(self) { ... }
}

Provided Methods§

Source

fn get_principal_id(self) -> u64

GetPrincipalId() overload

Source

fn ctor(self)

.ctor() overload

Source

fn postlogin(self)

Postlogin() overload

Source

fn get_persistence_meta_data(self)

GetPersistenceMetaData() overload

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§