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§
Sourcefn get_principal_id(self) -> u64
fn get_principal_id(self) -> u64
GetPrincipalId() overload
Sourcefn get_persistence_meta_data(self)
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§
impl<__T: INexVersus_GetRankedMetaDataFromPersistenceSlotSequence> INexVersus_GetRankedMetaDataFromPersistenceSlotSequenceMethods for __T
Available on crate feature
app-nexversus only.